Build image
docker build -t video-stream .
Run container
docker run -d \ --restart always \ --network host \ --name video-stream \ video-stream