Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 394 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 394 Bytes

Go CD Agent

Building

docker build --tag appunite/go-cd-agent:latest .

Running

docker run -e GO_SERVER=ci.appunite.net -e AGENT_KEY=xxx -e AGENT_RESOURCES=test -e AGENT_ENV=rails -d --name go-cd-agent appunite/go-cd-agent:latest

TTY

docker run \
      -e GO_SERVER=ci.appunite.net \
			--tty -i \
			appunite/go-cd-agent:14.4.0 /bin/bash