A Docker image to reload KrakenD when the configuration in the disk changes.
The container uses the same parameters as the regular krakend Docker image.
Example:
docker run -p 8000:8000 -it -v "$PWD:/etc/krakend" devopsfaith/krakend:watch run -c krakend.json
Just run make
and it will download reflex for alpine and build the container.