github : https://github.com/promek/dockers/tree/master/django
An alpine image with Django
docker pull promek/django:1.11.22
docker run -d --name wstest \
-e GNC_BIND="0.0.0.0:8080" \
-e GNC_WORKERS="3" \
-v /path/to/data:/home \
-p "8080:8080" \
promek/django:1.11.22
Content type
Image
Digest
sha256:6d96ccd6a…
Size
100 MB
Last updated
over 1 year ago
docker pull promek/django:4.2-alpine