An open API service indexing awesome lists of open source software.

https://github.com/aslafy-z/docker-echo-headers

A simple docker image that echoes request headers.
https://github.com/aslafy-z/docker-echo-headers

Last synced: about 2 months ago
JSON representation

A simple docker image that echoes request headers.

Awesome Lists containing this project

README

        

# docker-echo-headers

A simple Docker image that echoes request headers.

Find Docker image at .

## Usage

```bash
docker run --rm -p 8080:8080 ghcr.io/aslafy-z/echo-headers:latest
```

## Environment variables

| Variable | Default | Description |
| --- | --- | --- |
| `ECHO_ADDR` | `:8080` | addr to bind to |
| `ECHO_CONTEXT` | `true` | show extra context request |