A gocd deployment with docker-compose-enabled agents and some sample projects
This project is deployed with Docker. The easiest way to setup a Docker environment is by installing the Docker Toolbox.
docker-compose upIf you want to scale agents (three in this example):
docker-compose scale gocd-agent=3- Go to
http://$(docker-machine ip):8153in your browser.
- As projects are deployed, you can find their status listed in Consul. Go to
http://$(docker-machine ip):8500to view a list of currently deployed projects.