Sign inSign up

1stclass/docker-python3-django2-alpine-base

By 1stclass

Updated over 6 years ago

This is for the base image for django2 using python3 on alpine.

Image
0

1.0K

1stclass/docker-python3-django2-alpine-base repository overview

Updated image

16/05/2020

What is this?

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

How to use

Build image (only for author)

ImageName=1stclass/docker-python3-django2-alpine-base;

docker rmi $ImageName;

docker build . -t $ImageName;

docker images;

Push (only for author)

Basically you can push just by pushing to github because build process is automated.

Run

ImageName=1stclass/docker-python3-django2-alpine-base;

docker run $ImageName pip freeze;

Author

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/

Tag summary

Content type

Image

Digest

Size

125.9 MB

Last updated

over 6 years ago

docker pull 1stclass/docker-python3-django2-alpine-base