ALT dockerfile for python.
Image contains python(3) and tools to get upstream python modules. Main purpose of the image is to run python apps using upstream modules.
Copy Dockerfile somewhere and build the image:
$ docker build --rm -t <username>/python .
And launch the python container:
docker run -it <username>/python
Content type
Image
Digest
Size
192.1 MB
Last updated
over 4 years ago
docker pull altcloud/python