A Debian Python 3 base image with depman and yatr.
297
A Debian 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/debian-python3:latest
A container can also be launched with Python arguments, like so:
$ docker run --rm -it -v `pwd`:/app mbodenhamer/debian-python3:latest python --version
Content type
Image
Digest
Size
338.6 MB
Last updated
over 8 years ago
docker pull mbodenhamer/debian-python3