Sign inSign up

giantswarm/python

By giantswarm

•Updated over 1 year ago

Image
0

4.1K

giantswarm/python repository overview

⁠Small python docker image

Based on alpine.

See https://github.com/gliderlabs/docker-alpine⁠

⁠Usage

Just derive from the image in FROM and the current directory will be added as /app in the image and pip packages will be installed.

Example:

FROM giantswarm/python

RUN python setup.py install

ENTRYPOINT ["python", "-m", "foobar"]

Tag summary

Content type

Image

Digest

sha256:a506b0f5a…

Size

54.5 MB

Last updated

over 11 years ago

docker pull giantswarm/python