Inspired by google/python-runtime this docker image makes it easy to deploy a standard Python 3 application.
Unlike Google's Docker image this inherits from Ubuntu.
Similar notes to python-runtime, just make a Dockerfile:
FROM hardbyte/python3-app
Expects a requirements.txt file
assumes your app listens on port 8080
either has a main.py or defines ENTRYPOINT:
ENTRYPOINT: ["/env/bin/python/", "/app/other.py"]
Content type
Image
Digest
sha256:192bdc771…
Size
427.2 MB
Last updated
almost 11 years ago
docker pull hardbyte/python3-app