Skip to content

Instantly share code, notes, and snippets.

@davidrhyswhite
Last active August 29, 2015 14:17
Show Gist options
  • Save davidrhyswhite/c91b81959230087e2eeb to your computer and use it in GitHub Desktop.
Save davidrhyswhite/c91b81959230087e2eeb to your computer and use it in GitHub Desktop.
GoCD Server & Agent with Docker.io
$ brew install docker docker-compose boot2docker
$ docker-compose up
$ open http://$(boot2docker ip):8153
agent:
image: extraordinaire/docker-gocd-agent
links:
- server
server:
image: extraordinaire/docker-gocd-server
ports:
- "8153:8153"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment