Skip to content

Commit 22df117

Browse files
committed
Update screenshots
1 parent b75e7e6 commit 22df117

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
`mendhak/http-https-echo` is a Docker image that can echo various HTTP request properties back to client in the response, as well as in the Docker container logs.
77
It comes with various options that can manipulate the response output, see the table of contents for a full list.
88

9-
![browser](https://raw.githubusercontent.com/mendhak/docker-http-https-echo/master/screenshots/screenshot.png)
9+
![browser](./screenshots/screenshot.png)
1010

1111
The image is available on [Docker Hub](https://hub.docker.com/r/mendhak/http-https-echo): `mendhak/http-https-echo:30`
1212
The image is available on [Github Container Registry](https://github.com/mendhak/docker-http-https-echo/pkgs/container/http-https-echo): `ghcr.io/mendhak/http-https-echo:30`
@@ -32,7 +32,7 @@ This image is executed as non root by default and is fully compliant with Kubern
3232
- [Include environment variables in the response](#include-environment-variables-in-the-response)
3333
- [Client certificate details (mTLS) in the response](#client-certificate-details-mtls-in-the-response)
3434
- [Prometheus Metrics](#prometheus-metrics)
35-
- [Output](#output)
35+
- [Screenshots](#screenshots)
3636
- [Building](#building)
3737
- [Changelog](#changelog)
3838

@@ -283,15 +283,15 @@ You can configure these metrics using the following variables:
283283

284284
> Please check the middleware [documentation](https://github.com/jochen-schweizer/express-prom-bundle#options) for more details.
285285
286-
## Output
286+
## Screenshots
287287

288288
#### Curl output
289289

290-
![curl](https://raw.githubusercontent.com/mendhak/docker-http-https-echo/master/screenshots/screenshot2.png)
290+
![curl](./screenshots/screenshot2.png)
291291

292292
#### `docker logs` output
293293

294-
![dockerlogs](https://raw.githubusercontent.com/mendhak/docker-http-https-echo/master/screenshots/screenshot3.png)
294+
![dockerlogs](./screenshots/screenshot3.png)
295295

296296

297297

screenshots/screenshot.png

42.4 KB
Loading

screenshots/screenshot2.png

30.3 KB
Loading

screenshots/screenshot3.png

81.8 KB
Loading

0 commit comments

Comments
 (0)