dickbrouwer / uwsgi-flask

Docker nginx + uwsgi-flask image including a Hello World flask app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

uwsgi-flask

Docker image with Nginx, uWSGI and a Hello World Flask app.

This image is based on my ubuntu-python 3.4 image (which in turn runs on top of phusion/baseimage). The Hello World app is enabled and will start internally on port 80, and a random external port is assigned on launch.

To pull this image: docker pull dbrouwer/uwsgi-flask
Usage: docker run -d -P dbrouwer/uwsgi-flask

About

Docker nginx + uwsgi-flask image including a Hello World flask app


Languages

Language:Makefile 43.4%Language:Shell 23.8%Language:ApacheConf 18.8%Language:Python 14.0%