Created
November 27, 2017 07:36
-
-
Save sh0umik/8cc2f9e95edc5390d56f66b521d77d5c to your computer and use it in GitHub Desktop.
Gitlab Runner for Docker In Docker
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 gitlab-runner register -n \ | |
--url https://gitlab.com/ \ | |
--registration-token CI_RUNNER_TOKEN \ | |
--executor docker \ | |
--description "Docker Runner Vultr (Rancher)" \ | |
--docker-image "docker:latest" \ | |
--docker-volumes /var/run/docker.sock:/var/run/docker.sock |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment