From b687a67cfb6c3a409c3e4ecf437049e6390078b9 Mon Sep 17 00:00:00 2001 From: Gianpaolo Macario Date: Tue, 26 Jan 2016 12:04:06 +0100 Subject: [PATCH] Add example of usage Signed-off-by: Gianpaolo Macario --- build-yocto-genivi/run-gocd-agent.sh | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/build-yocto-genivi/run-gocd-agent.sh b/build-yocto-genivi/run-gocd-agent.sh index e7991f7..40d86ad 100755 --- a/build-yocto-genivi/run-gocd-agent.sh +++ b/build-yocto-genivi/run-gocd-agent.sh @@ -1,5 +1,17 @@ #!/bin/bash + +# =========================================================================== +# Project: gmacario/easy-build +# # Run as a GoCD Agent +# +# Example of usage +# +# $ docker run -d --user=go \ +# --hostname my-genivigo-testagent \ +# --workdir /var/lib/go-agent \ +# gmacario/build-yocto-genivi /usr/local/bin/run-gocd-agent.sh +# =========================================================================== # set -x set -e