Minimal container for testing container orchestration and hosting setups
docker pull ghcr.io/data5tream/web-test-container:latest
docker run --rm -p 8080:8080 ghcr.io/data5tream/web-test-container:latestConfigure via environment variables
CONTAINER_NAME- Name of the container, defaults toWebTestContainerLOG_LEVEL- Log level, defaults toinfo
/- Returns the value of theCONTAINER_NAMEenvironment variable orWebTestContainer/ping- Pong/status/<u16>- Returns the status code provided in the path/headers- Returns all headers received by the server