Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 214 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 214 Bytes

docker-python3.4

My Python 3.4 Docker base (micktwomey/python3.4)

Use it as a base:

FROM micktwomey/python3.4:latest

Or run python directly:

docker run -i -t micktwomey/python3.4 ....