📔 How to Setup Gitlab Runner in Container
1. Use local system volume mounts to start the runner container.
2. Create a group runner with a runner authentication token.

👉 _Add group runner tag_

👉 _Get authentication token_

3. Register a runner
Don't forget to change the authentication token.
4. Edit /srv/gitlab-runner/config/config.toml
Modify the following configurations:
concurrent
: optionalprivileged
volumes
: docker in dockernetwork_mode
: optional
/srv/gitlab-runner/config/config.toml
6. Restart Runner