A Docker image based on crux for developing and running Python Apps.
Features:
Ready to run your Python apps!
Python Interpreter:
docker run -i -t crux/python
As a Base Image:
A onbuild tag is provided that uses ONBUILD triggers which you can use as a base image for a standard python application. This assumes your source tree has two top-level source files:
requirements.txtsetup.pyExample Dockerfile:
FROM crux/python:onbuild
CMD ["myapp"]
Content type
Image
Digest
sha256:216c2f1a3…
Size
193.2 MB
Last updated
about 7 years ago
docker pull crux/python