This is a Debian Jessie docker image with python and pyenv installed.
1.1K
This is a Debian Jessie docker image with python and pyenv installed.
docker pull yueyehua/debian-python
docker run \
-d \ # daemonize
--privileged \ # for systemd
-v /sys/fs/cgroup:/sys/fs/cgroup:ro \ # for systemd
--name python \ # container name
-h python \ # hostname
yueyehua/debian-python
docker exec -ti python bash
[Do something here]
docker stop python
docker rm python
Content type
Image
Digest
Size
372.6 MB
Last updated
over 9 years ago
docker pull yueyehua/debian-python