A mimimized Image based on python:alpine3.6 with nginx stable and dev version of Supervisor py3k
1.1K
A mimimized Image based on python:alpine3.6 with nginx stable and dev version of Supervisor py3k
This image is intended for the rapid development and deployment of a web service in just one container . The image contains the following packages:
In your Dockerfile start with
FROM omza/flaskdeploystack
At runtime mount the Volumes for logfiles and the supervisord.conf file:
VOLUME /usr/log/
I use this Image as a base for different Proof of concepts and showcases e.g. my diboards projects. The project setup in short is:
This project is licensed under the MIT License - see the LICENSE file for details
Content type
Image
Digest
Size
46.3 MB
Last updated
over 8 years ago
docker pull omza/flaskdeploystack