A dockerized implementation of gocd using using docker-enabled agents
This project is deployed with Docker. The easiest way to setup a Docker environment is by installing the Docker Toolbox.
./setup.sh
docker-compose up
If you want to scale agents (three in this example):
docker-compose scale gocd-agent=3