Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 470 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 470 Bytes

KrakenD Configuration Watcher

A Docker image to reload KrakenD when the configuration in the disk changes.

Documentation

Run

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

Build

Just run make and it will download reflex for alpine and build the container.