We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62d88e0 commit 1c4cf1bCopy full SHA for 1c4cf1b
README.md
@@ -2,13 +2,12 @@
2
3
Docker container to run a WSGI Python app using
4
[Waitress](https://docs.pylonsproject.org/projects/waitress/en/stable/index.html). Images support python 3.6+ and are
5
-based on the official `python:slim` containers.
+based on the [official python containers](). The `-slim` versions are based on the similarly named python versions.
6
7
[Pull from Docker Hub](https://hub.docker.com/r/tecktron/python-waitress/)
8
9
[View on GitHub](https://github.com/Tecktron/docker-python-waitress)
10
11
-
12
## How to use
13
14
* You don't need to clone the GitHub repo. You can use this image as a base image for other images, using this in your `Dockerfile`:
0 commit comments