Skip to content

Instantly share code, notes, and snippets.

@detj
Created June 5, 2016 13:43
Show Gist options
  • Save detj/8f01f4a93c1617eeadfc277a78e978f4 to your computer and use it in GitHub Desktop.
Save detj/8f01f4a93c1617eeadfc277a78e978f4 to your computer and use it in GitHub Desktop.
Run Gitlab Runner Docker container
#!/bin/bash
docker run -d --name gitlab-runner --restart always \
-v /data/gitlab-runner/config:/etc/gitlab-runner \
-v /var/run/docker.sock:/var/run/docker.sock \
gitlab/gitlab-runner:lates
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment