This repo allows for the immediate and simple use of a docker container running python.
You can pull this image from dockerhub using:
docker pull stackhub/python:latest
You can run this image as follows:
docker run -d stackhub/python
On your console, you'll see a helloworld message from the container, followed by a sequence of sleep statements for 10 minutes.
MIT