A base image for building python apps with the bottle framework and gunicorn WSGI server.
1.9K
The Dockerfile included in the repository creates an image based on the alpine image with pip and python dev libraries installed. It also installs the bottle microframework and the gunicorn WSGI server.
The image created will have a user names "apprunner" and group named "apprunner" which are appropriate for running without root privileges. This base image does not switch to that user, as the time and place for that is appropriate for the derived image to determine.
Content type
Image
Digest
sha256:fde4a0d80…
Size
177.4 MB
Last updated
over 8 years ago
docker pull devries/bottle