A Docker image for running python applications
523
A docker image for running Python applications.
This image is meant for running Python in projects that contain a requirements.txt and are compatible with Python 3
For the most basic usage, run the following from your application directory:
$ docker run -ti --volume `pwd`:`pwd` --workdir `pwd` canonicalwebteam/python {command}
Content type
Image
Digest
Size
178.6 MB
Last updated
over 9 years ago
docker pull canonicalwebteam/python