Skip to content

Instantly share code, notes, and snippets.

@sh0umik
Created November 27, 2017 07:36
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 sh0umik/8cc2f9e95edc5390d56f66b521d77d5c to your computer and use it in GitHub Desktop.
Save sh0umik/8cc2f9e95edc5390d56f66b521d77d5c to your computer and use it in GitHub Desktop.
Gitlab Runner for Docker In Docker
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