- GoCD server and GoCD agent with openjdk8
- Docker
- Docker compose
- Clone the repo
- From inside the repo run
docker-compose up -d
to run in daemon mode - Wait for a few minutes
- Access the GoCD server at
http://<hostname>:8153
- To stop the stack use
docker-compose down