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

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

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/).