Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 441 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 441 Bytes

docker-alpine-python2

Python 2 docker image based on the ultra slim Alpine Linux. It also contains pip, bash and git

Test it

docker run --rm mikemichel/alpine-python2 python -c 'print u"http://sloppy.io - containers...where they belong ;)"'