Skip to content

Latest commit

 

History

History
 
 

socketio

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

SocketIO example

Build image

docker build -t video-stream .

Run container

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