Skip to content

Instantly share code, notes, and snippets.

@gounthar
Created August 30, 2018 17:15
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/968c840f9a5ef8ee98edfbd6d6154fff to your computer and use it in GitHub Desktop.
Save gounthar/968c840f9a5ef8ee98edfbd6d6154fff to your computer and use it in GitHub Desktop.
$ docker exec -it arm-runner gitlab-runner register
Running in system-mode.
Please enter the gitlab-ci coordinator URL (e.g. https://gitlab.com/):
https://gitlab.com/
Please enter the gitlab-ci token for this runner:
the_token_that_is_yours_and_yours_alone
Please enter the gitlab-ci description for this runner:
[021a78260a8a]: Raspberry Pi 3B+ Runner (Hypriot)
Please enter the gitlab-ci tags for this runner (comma separated):
ARM
Registering runner… succeeded runner=7–5zqiXm
Please enter the executor: docker-ssh, shell, virtualbox, docker+machine, docker-ssh+machine, docker, parallels, ssh, kubernetes:
docker
Please enter the default Docker image (e.g. ruby:2.1):
klud/docker:17.06.2
Runner registered successfully. Feel free to start it, but if it's running already the config should be automatically reloaded!
$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment