Skip to content

Instantly share code, notes, and snippets.

@gounthar
Created August 30, 2018 17:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gounthar/d6ce6108e3f25a11a8c70bc74ab65e97 to your computer and use it in GitHub Desktop.
Save gounthar/d6ce6108e3f25a11a8c70bc74ab65e97 to your computer and use it in GitHub Desktop.
$ docker exec -it arm-runner \
gitlab-runner register -n \
- url https://gitlab.com/ \
- registration-token the_token_that_is_yours_and_yours_alone \
- executor docker \
- description "Raspberry Pi 3B+ Runner (Hypriot)" \
- docker-image "klud/docker:17.06.2" \
- tag-list "ARM" \
- docker-privileged
$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment