Simple python3 image created to allow you to play with python 3
239
This is simple python3 image created to allow you to play with python 3.
It is possible to use a proxy to reduce bandwidth usage. See the Dockerfile.
# normal build
docker build --tag codered/centos-python3 .
# force a full build
docker build --no-cache=true --force-rm=true --tag codered/centos-python3 .
# send it to docker hub
> docker push codered/centos-python3
# To Run
> docker run -t -i -v ${location of python source}:/source codered/centos-python3 python3 /source/source_file_name.py
Content type
Image
Digest
Size
182.3 MB
Last updated
over 9 years ago
docker pull codered/centos-python3