The stub http server that serves any http method.
380
It serves the http port, described in gunicorn.conf.py. Mount another file in /app/gunicorn.conf.py to use different parameters. See the full list of the gunicorn parameters.
docker build --tag gunicorn-image .
docker run --rm --name my-guni -p2023:80 gunicorn-image
docker service create --name my-guni --publish published=2023,target=80 gunicorn-image
Content type
Image
Digest
sha256:3ad706d98…
Size
47.2 MB
Last updated
10 months ago
docker pull dockerhubber4ustudio/http-teapot-server:python3.9.20.dev