echobox Build Status

echobox is http server that allows you to test http communication inside cloud deployments using customizable http responses.

Container image

alhafoudh/eien

Usage

```
$ docker run -t -i --rm -p 8090:8090 -e TEMPLATE="The foo param: {{ params.foo }}" alhafoudh/echobox
$ curl http://localhost:8090/?foo=bar
```

License

This project is available as open source under the terms of the MIT License.