Skip to content

Instantly share code, notes, and snippets.

@MehrCurry
Created March 1, 2017 23:56
Show Gist options
  • Select an option

  • Save MehrCurry/cdf01ba7793f1b86248148e849d5dacd to your computer and use it in GitHub Desktop.

Select an option

Save MehrCurry/cdf01ba7793f1b86248148e849d5dacd to your computer and use it in GitHub Desktop.
Gitlab Runner
docker run -d --name gitlab-runner --restart always -v gitlab-runner-data:/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