This is for the base image for django2 using python3 on alpine.
1.0K
16/05/2020
This is for the base image for django 3.0 using python 3 on alpine.
For fully making system which can work for django, you have to use docker-compose to combine other services and settings.
This is for skipping build process of django except for content's setting.
This is used by 1stclass/docker-django2
ImageName=1stclass/docker-python3-django2-alpine-base;
docker rmi $ImageName;
docker build . -t $ImageName;
docker images;
Basically you can push just by pushing to github because build process is automated.
ImageName=1stclass/docker-python3-django2-alpine-base;
docker run $ImageName pip freeze;
Hajime Kurita
An adminstrator of https://sakuhindb.com/ , http://minakoe.jp/ , http://find.accessup.org/, http://web-tool.net/ , https://www.travelplan.world/ , https://vpsranking.com/ , https://vpsaws.com/ and so on
Blog(EN): https://en.sakuhindb.com/pe/Administrator/ https://vpsaws.com/
Blog(JP): https://sakuhindb.com/pj/6_B4C9CDFDBFCDA4B5A4F3/
Docker: https://hub.docker.com/u/1stclass/
Github: https://github.com/hikarine3/
NPM Library: https://www.npmjs.com/package/@hikarine3/
Perl Library: http://search.cpan.org/~hikarine/
PHP Library: https://packagist.org/packages/hikarine3/
Twitter: https://twitter.com/hikarine3/
Content type
Image
Digest
Size
125.9 MB
Last updated
over 6 years ago
docker pull 1stclass/docker-python3-django2-alpine-base