Image I use to develop in python in ephemeral environments.
10K+
Based on python latest image.
Additions:
An example on how I usually run it.
docker run -v ${PWD}:/usr/src/app \
-v ${HOME}/.bashrc:/root/.bashrc \
-v ${HOME}/.vimrc:/root/.vimrc \
-v ${HOME}/.vim:/root/.vim \
-it aerostitch/python bash
Content type
Image
Digest
Size
288.5 MB
Last updated
over 8 years ago
docker pull aerostitch/python