a python3 docker image with some requirements.txt
93
python3 docker image with requirements.txt module
to use iteractively:
docker run -it --rm -v "`pwd`":/usr/app -w /usr/app daverick/python3
to execute a script
docker run -it --rm -v "`pwd`":/usr/app -w /usr/app daverick/python3 python your-script.py ```
if you want to use an alias:
alias python3='docker run -it --rm -v "pwd":/usr/app -w /usr/app daverick/python3 python'
Content type
Image
Digest
Size
355.3 MB
Last updated
almost 8 years ago
docker pull daverick/python3