How to Run GitLab Runner in Docker
(the post is automatically translated by AI) Introduction While you can run a GitLab Runner installed directly on your machine, GitLab also provides Docker images [[1]] that let you run GitLab Runner inside a Docker container. This article follows the official documentation [[2]] — starting with installing Docker, then creating a container, and finally running GitLab Runner inside it. Installing Docker macOS $ brew cask install docker Linux (Ubuntu) [[3]] If this is your first Docker installation: ...