Sign inSign up

devries/bottle

By devries

Updated over 8 years ago

A base image for building python apps with the bottle framework and gunicorn WSGI server.

Image
4

1.9K

devries/bottle repository overview

Bottle Base Docker Image

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.

Tag summary

Content type

Image

Digest

sha256:fde4a0d80

Size

177.4 MB

Last updated

over 8 years ago

docker pull devries/bottle