Created
May 6, 2019 08:31
-
-
Save VoronoyAlexandr/21766f36e48295e6fa17e36cd2344c35 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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