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