Created
June 5, 2016 13:43
-
-
Save detj/8f01f4a93c1617eeadfc277a78e978f4 to your computer and use it in GitHub Desktop.
Run Gitlab Runner Docker container
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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