Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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