Sign inSign up

sacoding/python-wsgi

By sacoding

Updated over 7 years ago

WSGI for python-based web applications

Image
0

4.5K

sacoding/python-wsgi repository overview

How to use this image

Create a Dockerfile in your project

FROM sacoding/python-wsgi

# Install your app

CMD [ "myapp.wsgi_app" ]

You can then build and run Docker image:

$ docker build -t my-app .
$ docker run -it --rm --name my-running-app my-app

This variable specifies size of a pool for request handling.

Environment variables
WSGI_HMR

By setting this environment variable it is possible to enable hot module replacement.

Tag summary

Content type

Image

Digest

Size

31.3 MB

Last updated

over 7 years ago

docker pull sacoding/python-wsgi