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

https://github.com/freedomben/http-echo-server-docker


https://github.com/freedomben/http-echo-server-docker

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# http-echo-server-docker

A quickly dockerized version of
[http-echo-server](https://github.com/watson/http-echo-server/pulse) that you
can deploy to k8s clusters or run through docker. I built it for debugging and
figured I'd push it up. You can use my image if you want:

```bash
docker run freedomben/http-echo-server
```

If you need to change the port number, you can override the `CMD` or modify the
`Dockerfile` (the former being easiest IMHO). If you want to send a pull request
to accept the port as an arg, I'll merge it.