This project indendet to run Python3.7 with docker for Socket.io Python server.
You can follow official Python-Socket.io for assitance.
If You written any Code and want to use this image directly, you must keep a Server.py as Production based Socket.io standard server code. Assuming your code runs on port 5000.
Then do below:
docker run -itd --name socket.io -p 5000:5000 -v /path/to/your/code:/app sabbir1cse/python37-socketio:latest
Use TAG *mysqldriver for:
Content type
Image
Digest
Size
52.1 MB
Last updated
almost 7 years ago
docker pull sabbir1cse/python37-socketio