Created
June 5, 2020 06:13
-
-
Save Nurlan199206/930050de354cadaa20b4a4084f14e651 to your computer and use it in GitHub Desktop.
gitlab runner register
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
docker run -d --name gitlab-runner --restart always -v /srv/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