This repository contains Dockerfile of Python for Docker’s automated build published to the public Docker Hub Registry.
Install Docker.
Download automated build from public Docker Hub Registry: docker pull dockerfile/python
(alternatively, you can build an image from Dockerfile: docker build -t="dockerfile/python" github.com/dockerfile/python)
docker run -it --rm dockerfile/python
pythondocker run -it --rm dockerfile/python python