This repository contains files necessary for building a Docker image of Nginx + Gunicorn + Flask.
Install Docker.
Download automated build from public Docker Hub Registry:
docker pull danriti/nginx-gunicorn-flask
docker run -d -p 80:80 danriti/nginx-gunicorn-flask
After few seconds, open http://<host> to see the Flask app.
Content type
Image
Digest
sha256:9d323f13a…
Size
84.9 MB
Last updated
almost 11 years ago
docker pull danriti/nginx-gunicorn-flask