Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 417 Bytes

File metadata and controls

20 lines (14 loc) · 417 Bytes

Purpose

This repo allows for the immediate and simple use of a docker container running python.

Usage

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.

License

MIT