#7 Gitlab Runner Docker in 8 mins | Gitlab CI/CD Pipeline

Опубликовано: 27 Октябрь 2024
на канале: Tech With Foyzur
1,366
16

#GitlabRunner #GitlabRunnerTutorial #GitlabRunnerDocker #techwithfoyzur

You can support me here 🙏
https://buymeacoffee.com/techwithfoyzur

🈯️ Gitlab Runner
In GitLab CI/CD, runners run the code defined in .gitlab-ci.yml. A runner is a lightweight, highly scalable agent that picks up a CI job through the coordinator API of GitLab CI/CD, runs the job, and sends the result back to the GitLab instance.
If you are using GitLab SaaS (GitLab.com), your CI jobs automatically run on shared runners. No configuration is required. If you are using self-managed GitLab or you want to use your own runners on GitLab.com, you can install and configure your own runners.

▶️ Link to Part 8 where we do the GitLab private runner installation and configuration
►    • #8 How to install and configure Gitla...  

✳️ Useful Links:
https://docs.gitlab.com/runner/
https://about.gitlab.com/pricing/