Skip to content
This repository was archived by the owner on Apr 3, 2020. It is now read-only.

giantswarm/docker-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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"]

About

Small python docker image based on alpine

Resources

Stars

Watchers

Forks

Packages

No packages published