Sign inSign up

krakend/designer

By krakend

Updated about 3 years ago

KrakenD Designer is a visual tool to configure the KrakenD API gateway in the browser

Image
1

4.6K

krakend/designer repository overview

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.

Usage:

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

Tag summary

Content type

Image

Digest

sha256:0ef386d59

Size

10.2 MB

Last updated

about 3 years ago

docker pull krakend/designer