Docker image for a simple server that responds to any request with "OK"
6.8K
Docker image for a simple server that responds to any request with "OK"
This image was created for use as a Kubernetes cluster health check.
Dockerfile linksRun:
docker run -d -p 8080:8080 --name ok-server peterevans/ok-server:latest
Test:
curl http://localhost:8080/my-request/
Content type
Image
Digest
Size
41.6 MB
Last updated
about 8 years ago
docker pull peterevans/ok-server