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