From bc79bc5af2b4b641383654f8d1bd386608daf74f Mon Sep 17 00:00:00 2001 From: disaster37 Date: Wed, 5 Apr 2017 14:31:04 +0000 Subject: [PATCH] Fix Readme for GoCD --- templates/gocd/0/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/gocd/0/README.md b/templates/gocd/0/README.md index 5aba6ad..f78d15f 100644 --- a/templates/gocd/0/README.md +++ b/templates/gocd/0/README.md @@ -4,7 +4,7 @@ This template creates one GoCD server and scale out the number of GoCD agent you need. -The GoCD agent embedded Docker support, so the idea is to not create GoCD agent per language but use docker container to build and test your stuff. +The GoCD agent is link with docker engine container as sidekick, so the idea is to not create GoCD agent per language but use docker container to build and test your stuff. You can use on GoCD agent: - docker cli - docker-compose cli @@ -16,8 +16,8 @@ You can use on GoCD agent: Select GoCD from catalog. +Choose if you should deploy GoCD Server, or GoCD Agent or the two. Enter the number of GoCD agent you need. -Enter extra GoCD plugins to download and install. Choose the key to autoregister GoCD agent. Click deploy.