Hi All, in this session we will see that how to install and register GitLab runner inside Docker. In earlier session we had seen the difference between GitLab runner with Docker Executor and GitLab runner in Docker. This video is extension of GitLab runner in Docker.
Till now we had seen GitLab runner with Docker executor where Docker will be used to pull and run the image container mentioned in CI-CD pipeline and to run CI-CD pipeline.
In case of GitLab runner in Docker, the CI-CD pipeline will be executed within Docker with specified executor so here executor can be any supported system like shell, docker itself, ssh etc.
All the aspects of GitLab runner in Docker will remain same the only difference here will be, first Docker will pull GitLab runner image and then will run it in a container. Second you need to use Docker command every time to use GitLab-Runner image container and the options associated with Gitlab-Runner.
For more details, please refer my earlier video stating difference between these 2 terminologies.
• Difference in GitLab with Docker Executor ...
Below are the links for your reference,
https://docs.gitlab.com/runner/instal...
https://docs.gitlab.com/runner/regist...
You can get the steps file on below URL,
https://gitlab.com/Nayan.1989/youtube...