Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 436 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 436 Bytes

gocd-docker

A dockerized implementation of gocd using using docker-enabled agents

Deployment

Prerequisites

This project is deployed with Docker. The easiest way to setup a Docker environment is by installing the Docker Toolbox.

Docker Compose

  1. ./setup.sh
  2. docker-compose up

If you want to scale agents (three in this example):

  1. docker-compose scale gocd-agent=3