Sign inSign up

canonicalwebteam/python

By canonicalwebteam

•Updated over 9 years ago

A Docker image for running python applications

Image
0

523

canonicalwebteam/python repository overview

⁠canonicalwebteam/python docker image

A docker image for running Python applications.

⁠Project format

This image is meant for running Python in projects that contain a requirements.txt and are compatible with Python 3

⁠Usage

For the most basic usage, run the following from your application directory:

$ docker run -ti --volume `pwd`:`pwd` --workdir `pwd` canonicalwebteam/python {command}

Tag summary

Content type

Image

Digest

Size

178.6 MB

Last updated

over 9 years ago

docker pull canonicalwebteam/python