KrakenD Designer is a visual tool to configure the KrakenD API gateway in the browser
4.6K
KrakenDesigner is the editor of the krakend.json configuration file.
This docker image runs an Nginx server with WASM support and the application ready to use. It's the same code you can see at https://designer.krakend.io but for your local development or offline consumption.
To run KrakenDesigner in http://localhost:8080 run:
docker run --rm -p 8080:80 krakend/designer
To run KrakenDesigner with your customized code:
docker run --rm -p 8000:80 -v "$PWD/designer:/usr/share/nginx/html" nginx
Content type
Image
Digest
sha256:0ef386d59…
Size
10.2 MB
Last updated
about 3 years ago
docker pull krakend/designer