Sign inSign up

dockerhubber4ustudio/http-teapot-server

By dockerhubber4ustudio

Updated 10 months ago

The stub http server that serves any http method.

Image
Integration & delivery
Developer tools
Web servers
0

380

dockerhubber4ustudio/http-teapot-server repository overview

The simplest http listener for the port, to check the http connection.

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.

Typical start
  • build an image
docker build --tag gunicorn-image .
  • start as an alone docker container
docker run --rm --name my-guni -p2023:80 gunicorn-image
  • start as a docker service
docker service create --name my-guni --publish published=2023,target=80 gunicorn-image

Tag summary

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