Skip to content

Instantly share code, notes, and snippets.

@VoronoyAlexandr
Created May 6, 2019 08:31
Show Gist options
  • Select an option

  • Save VoronoyAlexandr/21766f36e48295e6fa17e36cd2344c35 to your computer and use it in GitHub Desktop.

Select an option

Save VoronoyAlexandr/21766f36e48295e6fa17e36cd2344c35 to your computer and use it in GitHub Desktop.
sudo docker run --rm -t -i -v /srv/gitlab-runner/config:/etc/gitlab-runner gitlab/gitlab-runner register
--non-interactive
--executor "docker"
--docker-image alpine:latest
--url "http://it"
--registration-token "token"
--description "docker-runner"
--tag-list "docker,aws"
--run-untagged="true"
--docker-privileged
--locked="false"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment