- Docker installed - Should display the current Docker version
docker -v
- Existence of the
kong-net
network
docker network create --subnet=172.18.0.0/16 kong-net
- Existence of the
pgdata
andesdata
volumes
docker volume create pgdata
docker volume create esdata
✅ Develop custom plugin 🡆 Go to ./custom-plugin
✅ Setup an ELK stack for logging 🡆 Go to ./elk-logging