Python dev docker image managed by miniconda3
3.2K
In host machine's shell
$ docker pull u1and0/python-conda
$ docker run -it --rm -v `pwd`:/work -w /work u1and0/python-conda
conda$ docker run -it --rm -v `pwd`:/work -w /work\
u1and0/python-conda bash -c ". .bashrc && python"
$ docker run -it --rm -v `pwd`:/work -w /work\
u1and0/python-conda bash -c ". .bashrc && ipython"
$ docker run -it --rm -v `pwd`:/work -w /work\
u1and0/python-conda bash -c ". .bashrc && nvim"
$ docker run -P -it --rm -v `pwd`:/work -w /work\
u1and0/python-conda bash -c ". .bashrc && jupyter notebook"
Just type
$ ipython
or
$ jupyter notebook
or
$ nvim
Content type
Image
Digest
sha256:c207995ab…
Size
2.2 GB
Last updated
almost 3 years ago
docker pull u1and0/python-conda