Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thomasleveil/docker-flask-sockets
docker image to run the example code for https://github.com/kennethreitz/flask-sockets
https://github.com/thomasleveil/docker-flask-sockets
docker-image
Last synced: 11 days ago
JSON representation
docker image to run the example code for https://github.com/kennethreitz/flask-sockets
- Host: GitHub
- URL: https://github.com/thomasleveil/docker-flask-sockets
- Owner: thomasleveil
- Created: 2015-03-16T17:05:56.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-17T20:57:59.000Z (almost 10 years ago)
- Last Synced: 2024-12-05T23:12:16.165Z (2 months ago)
- Topics: docker-image
- Language: Python
- Homepage: https://registry.hub.docker.com/u/tomdesinto/flask-sockets/
- Size: 129 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
docker-flask-socket
===================Docker image running the example code for [flask-sockets](https://github.com/kennethreitz/flask-sockets).
run
---docker run -d -p 80:80 tomdesinto/flask-socket
build
-----docker build --force-rm -t flask-socket github.com/thomasleveil/docker-flask-sockets