Setup delivery pipeline of GoCD with GoCD and Docker
1.9K
Tag Docker-Engine Docker-Compose Git
17.12.0 17.09 1.18.0 2.13.5
17.2.0 1.12.0 1.11.2 1.9.1
16.7.0 1.12.0 1.8.0 1.9.1
16.3.0 1.10.3 1.6.2 1.9.1
16.2.1 1.10.2 1.6.2 1.9.1
version: '2'
services:
agent:
image: klamar/docker-gocd-agent:16.2.1
hostname: go_agent2
privileged: true
container_name: go_agent2
environment:
- GO_SERVER=mygo.mycorp.com
- AGENT_KEY=123456789ABCDEF
volumes:
- .ssh:/home/go/.ssh
Content type
Image
Digest
Size
142 MB
Last updated
over 8 years ago
docker pull klamar/docker-gocd-agent