Python 2.7 + Flask + Gunicorn on Alpine 3.6
414
Environment Variables: PORT (default = 8000) APP_MODULE (default = app:app) WORKERS (default = 4)
Volumes: /app /boot.sh
Usage docker run -d --name flask -p 8000:8000 altoning/flask docker run -d --name flask -p 5000:5000 -e PORT=5000 -e APP_MODULE=test:app -e WORKERS=1 -v ${PWD}/app:/app altoning/flask
Content type
Image
Digest
Size
140.2 MB
Last updated
over 8 years ago
docker pull altoning/flask