Add packages manager and common tools to python environment
484
This repository contains Dockerfile of Python in ubuntu
These instructions will get you to build Python and packages manager in your docker. See Installation for notes on how to build your python on a live system.
pip3 install {library} to install you expected package or librarydocker pull bananabb/python:latest
docker run -itd --name python -v {your directory}:/var/www/html -p 8080:80 bananabb/python
docker exec -it python /bin/bash
python3 -V
Now you can enjoy your coding in your container.
MIT © BananaBb
Content type
Image
Digest
sha256:40a31fea3…
Size
320.8 MB
Last updated
over 2 years ago
docker pull bananabb/python