A rudimentary Alpine Python 3 base image
10K+
An Alpine Python 3 base image with depman and yatr.
To launch a container inside a Python session, run:
$ docker run --rm -it -v `pwd`:/app mbodenhamer/alpine-python3:latest
A container can also be launched with Python arguments, like so:
$ docker run --rm -it -v `pwd`:/app mbodenhamer/alpine-python3:latest python --version
Content type
Image
Digest
Size
77.7 MB
Last updated
over 8 years ago
docker pull mbodenhamer/alpine-python3