- On your Docker installation, download the Gitlab Runner container. When it is eventually run, there are two volumes that are automatically created: /etc/gitlab-runner and /home/gitlab-runner. You may choose to mount these locally on your host instead.
- During the run step, make sure you mount your host's docker socket, either using the -v parameter (
-v /var/run/docker.sock:/var/run/docker.sock
) or your tool of preference. - Open up a shell console on the Runner container.
- Run the registration process (
gitlab-runner register
) and follow the prompts (the details are listed in the Admin Area under Overview -> Runners)
This blog is a knowledge dump of all the technical information floating around in my head. It deals with anything involving software, hardware, gadgets, and technology.
Feb 20, 2018
Running a new GitLab Runner for private GitLab server
This guide was created in conjunction with the official tutorial.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment
Thanks for contributing!! Try to keep on topic and please avoid flame wars!!