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.
 
 
Igor Zalatov be3915fe1b Sync repo from @nxn_neiron work 1 year ago
..
Dockerfile Sync repo from @nxn_neiron work 1 year ago
README.md Sync repo from @nxn_neiron work 1 year ago
app.py Sync repo from @nxn_neiron work 1 year ago
client.py Sync repo from @nxn_neiron work 1 year ago
requirements.txt Sync repo from @nxn_neiron work 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