Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 565 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 565 Bytes

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