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.
 
 
Dmitry Ermakov 33d33de5dd dos2unix * 1 year ago
..
Dockerfile dos2unix * 1 year ago
README.md dos2unix * 1 year ago
app.py dos2unix * 1 year ago
client.py dos2unix * 1 year ago
requirements.txt dos2unix * 1 year ago

README.md

SocketIO example

Build image

docker build -t video-stream .

Run container

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