You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

199 B

SocketIO example

Build image

docker build -t video-stream .

Run container

docker run -d \
  --restart always \
  --network host \
  --name video-stream \
  video-stream