Docker image hello world rest application
3.9K
Simple REST Service that echos some requests back, has health and version checks. This service runs inside a container so there is almost no overhead in getting started.
/version
/status
/env
/env/:pattern
/echo
/echo/headers
| Name | Badges | Version |
|---|---|---|
| Hello World App |
docker run --rm -it -p 8080:3000 cloudkats/hello-world-rest
curl -i localhost:8080/env
Run compose make run.
Dashboard http://localhost:8080/dashboard
Example runs
curl -s localhost:8080/api/rawdata | jq .
curl -H 'Host:whoami.docker.localhost' 'http://localhost/'
curl -i localhost:3000/echo/12345
curl -i localhost:3000/version
curl -i localhost:3000/status
curl -i localhost:3000/env
curl -i localhost:3000/env/rvm_
Content type
Image
Digest
sha256:46dca2c2f…
Size
48.7 MB
Last updated
over 2 years ago
docker pull cloudkats/hello-world-rest