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.
- Host: GitHub
- URL: https://github.com/aslafy-z/docker-echo-headers
- Owner: aslafy-z
- License: mit
- Created: 2023-10-10T15:22:30.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-28T11:39:05.000Z (about 1 year ago)
- Last Synced: 2024-05-29T03:09:24.142Z (about 1 year ago)
- Language: Go
- Homepage: https://github.com/aslafy-z/docker-echo-headers/pkgs/container/echo-headers
- Size: 28.3 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 |