https://github.com/robertoprevato/pydocker
Docker images for Python web applications
https://github.com/robertoprevato/pydocker
Last synced: 5 months ago
JSON representation
Docker images for Python web applications
- Host: GitHub
- URL: https://github.com/robertoprevato/pydocker
- Owner: RobertoPrevato
- License: mit
- Created: 2017-10-07T08:12:47.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-08T07:49:38.000Z (about 8 years ago)
- Last Synced: 2024-11-24T20:46:37.830Z (11 months ago)
- Language: Python
- Size: 7.81 KB
- Stars: 4
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PyDocker
Docker images for Python web applications| Name | Template for... |
|---------|-------------|
| PyPyGunicornGeventFlask | Applications using PyPy 3, Gunicorn server, Gevent networking library, Flask web framework |
| PythonUvloopHttpTools | Applications using Python 3.6, uvloop, httptools |The preparation of PyPyGunicornGeventFlask template has been described in a post of my blog, here: [https://robertoprevato.github.io/How-to-run-PyPy-powered-web-apps-in-Docker/](https://robertoprevato.github.io/How-to-run-PyPy-powered-web-apps-in-Docker/).