Simple application written in python3 that exposes the following endpoints on port 8080
/myapp/version, /myapp/isAlive, /myapp/isReady
Example:
→ curl -s http://127.0.0.1:8080/myapp/version | jq .
Output:
{ "Version": "22.1.0" }
Content type
Image
Digest
Size
20.6 MB
Last updated
over 4 years ago
docker pull wayback212/myapp:22.1.0