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:latest
Configure via environment variables
CONTAINER_NAME
- Name of the container, defaults toWebTestContainer
LOG_LEVEL
- Log level, defaults toinfo
/
- Returns the value of theCONTAINER_NAME
environment variable orWebTestContainer
/ping
- Pong/status/<u16>
- Returns the status code provided in the path/headers
- Returns all headers received by the server