A minimal HTTP health check server. Responds to every request with 200 OK.
docker run --rm -p 8888:8888 alcyondev/ok:latest
Open http://localhost:8888.
Add the alcyondev/ok:latest docker image to your favorite stack and you are
done! Configure your load balancer or reverse proxy to forward port 8888, or
expose it directly to the internet.
| Variable | Required | Default | Description |
|---|---|---|---|
OK_PORT | No | 8888 | HTTP port to bind |
Requires just.
just build # Build the production image
just run # Build and run the production image locally
just run 9090 # Build and run on a custom port
just deploy 1.0 # Build the production image, tags git + Docker, pushes both
Content type
Image
Digest
sha256:c081eb4f1…
Size
2.1 MB
Last updated
5 months ago
docker pull alcyondev/ok