Install and run Konga GUI for Kong OSS with Docker
I assume that you have an instance of Kong already up and running in localhost and the Admin API is listening on port 8001.
1. Get the GUI container:
sudo docker pull pantsel/konga
2. Start Kong Dashboard:
sudo docker run -d --name konga-gui \
--network host \
-p 1337:1337 \
-e