install gitlab-runner docker code example
Example 1: install gitlab runner
DOWNLOAD GITLAB FROM HERE : https://docs.gitlab.com/runner/install/.
THEN CLICK ON FREE TRAIL
Example 2: gitlab docker runner
docker run --rm -t -i gitlab/gitlab-runner --help
NAME:
gitlab-runner - a GitLab Runner
USAGE:
gitlab-runner <global options> command <command options> <arguments...>
VERSION:
10.7.0 (7c273476)
(...)