gocd / gocd-docker

Deprecated. See: https://github.com/gocd/docker-gocd-server
https://hub.docker.com/r/gocd/gocd-server/
Apache License 2.0
94 stars 71 forks source link

Docker file for creating centos agents with tinit. #52

Closed zabil closed 8 years ago

zabil commented 8 years ago

This starts the agent in no production mode to avoid setting default environment variables. There are no script modifications while building the docker image. The environment variables are to be set manually.

The idea is to have the same set of instructions on starting a normal agent or the docker agent and allow flexibility.

Any custom changes are to be done by modifying the docker file or using it as a base.