Sign inSign up

jmervine/minipy

By jmervine

Updated almost 9 years ago

Minimal Python {2.7,3.4} build w/ pip built using Alpine Linux to be small.

Image
0

10K+

jmervine/minipy repository overview

A small Docker image for running Python apps built using Alpine Linux
Repo:
Usage
# running local code
docker run --rm -it \
    -v $(pwd):/src \
    jmervine/minipy \
    sh -C 'pip install -r requirements.txt && python main.py'

Tag summary

Content type

Image

Digest

sha256:5f31fac46

Size

75.3 MB

Last updated

almost 9 years ago

docker pull jmervine/minipy