A collection of simple example servers in python.
77
Below are notes on the sample API interface for all the various server images in this repository.
Each tag represents a different service sample.
/
/routes
/sample_get
/sample_post
/sample_get
curl 0.0.0.0:7711/sample_get
/sample_post
curl --header "Content-Type: application/json" --request POST --data '{"msg": "hello there"}' 0.0.0.0:7711/sample_post
Content type
Image
Digest
sha256:868112f95…
Size
22.5 MB
Last updated
almost 2 years ago
docker pull urbanpistek/python-server-examples:py-flask-gunicorn