gmacario / easy-genivigo

Easily deploy a Go.CD infrastructure via docker-compose
MIT License
1 stars 3 forks source link

Instantiate agent with Docker support #4

Closed gmacario closed 8 years ago

gmacario commented 8 years ago

See https://at.projects.genivi.org/jira/browse/TOOL-66 for rationale and motivations

gmacario commented 8 years ago

Fix via commit https://github.com/gmacario/easy-genivigo/commit/7ab152a4291df2e9e18de51cdb94da6c4122e250

Service goagent-docker as defined in docker-compose.yml instantiates a new Go.CD agent. This agent includes the docker and docker-compose commands which communicates with the Docker engine where both the Go.CD server and the other agents running.

To connect to other Docker engines, the agent should be customized by properly configuring the DOCKER_xxx environment variables.