Product Docs
Open Source
Education
Minimalist Wolfi-based http-echo image that echos what you start it with.
The image is available on cgr.dev:
cgr.dev
docker pull cgr.dev/chainguard/http-echo:latest
CONTAINER=$(docker run -d --rm cgr.dev/chainguard/http-echo:latest -listen=:8080 -text="hello world") curl localhost:8080 docker kill $CONTAINER