Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 218 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 218 Bytes

docker-python3.5

My Ubuntu Xenial Python 3.4 Docker base (sgoblin/python3.5)

Use it as a base:

FROM sgoblin/python3.5:latest

Or run python directly:

docker run -i -t sgoblin/python3.5 ....