Install and run Gravitee.io with Docker Compose
I am assuming that you have already installed Docker and Docker Compose.
1. Download docker-compose file
curl -L https://raw.githubusercontent.com/gravitee-io/gravitee-docker/master/apim/3.x/docker-compose.yml -o "docker-compose.yml"
2. Pull to ensure that you are running latest images
sudo docker-compose pull
3. Run it
sudo