Sign inSign up

codered/centos-python3

By codered

Updated over 9 years ago

Simple python3 image created to allow you to play with python 3

Image
0

239

codered/centos-python3 repository overview

Centos Docker Image for Python3

This is simple python3 image created to allow you to play with python 3.

Build

It is possible to use a proxy to reduce bandwidth usage. See the Dockerfile.

To Build

# 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

Tag summary

Content type

Image

Digest

Size

182.3 MB

Last updated

over 9 years ago

docker pull codered/centos-python3