Image Overview: http-echo

Overview: http-echo Chainguard Image

Minimalist Wolfi-based http-echo image that echos what you start it with.

Download this Image

The image is available on cgr.dev:

docker pull cgr.dev/chainguard/http-echo:latest

Usage

CONTAINER=$(docker run -d --rm cgr.dev/chainguard/http-echo:latest -listen=:8080 -text="hello world")
curl localhost:8080
docker kill $CONTAINER

Last updated: 2024-04-11 12:38