Skip to content

Instantly share code, notes, and snippets.

@c1982
Created March 30, 2019 22:27
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 c1982/b094d164460854e3b809ad0706381580 to your computer and use it in GitHub Desktop.
Save c1982/b094d164460854e3b809ad0706381580 to your computer and use it in GitHub Desktop.
[[runners]]
name = "docker-runner"
url = "https://enter-yor-gitlab-hostname.com/"
token = "Nd3KKoj2N-x"
executor = "docker"
[runners.docker]
tls_verify = false
image = "docker"
privileged = true
disable_entrypoint_overwrite = false
volumes = ["/var/run/docker.sock:/var/run/docker.sock", "/cache"]
shm_size = 0
dns = ["8.8.8.8", "4.2.2.1"]
pull_policy = if-not-present
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment