docker build --tag appunite/go-cd-agent:latest .
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
docker run \
-e GO_SERVER=ci.appunite.net \
--tty -i \
appunite/go-cd-agent:14.4.0 /bin/bash