oneoffcoder/nginx-wsgi

By oneoffcoder

Updated over 6 years ago

A container showing how to run flask behind gunicor and nginx.

Image
0

127

oneoffcoder/nginx-wsgi repository overview

Purpose

A container demonstrating how to run a Flask application behind gunicorn and nginx.

Source

GitHub

Docker

Pull it.

docker pull oneoffcoder/nginx-wsgi:latest

Run it.

docker run -it -p 80:80 --rm oneoffcoder/nginx-wsgi

Observe it.

Tag summary

Content type

Image

Digest

Size

49.2 MB

Last updated

over 6 years ago

docker pull oneoffcoder/nginx-wsgi