Skip to content

Instantly share code, notes, and snippets.

@chkoar
Created March 13, 2020 19:24
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 chkoar/df0c0d4d92803385110dd97d9fb6fced to your computer and use it in GitHub Desktop.
Save chkoar/df0c0d4d92803385110dd97d9fb6fced to your computer and use it in GitHub Desktop.
Gitlab Runner in Windows boxes using docker
docker run --rm -t -i -v C:\Temp\volumes\gitlab-runner\config:/etc/gitlab-runner gitlab/gitlab-runner register
docker run -d --name gitlab-runner --restart always -v C:\Temp\volumes\gitlab-runner\config:/etc/gitlab-runner -v //var/run/docker.sock:/var/run/docker.sock gitlab/gitlab-runner:latest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment