DEV Community

DevOpsCloudCloud
DevOpsCloudCloud

Posted on

Fix gitlab runner error with docker

Image description

in /etc/gitlab-runner/config.toml

privileged = true
volumes = ["/cache","/var/run/docker.sock:/var/run/docker.sock"]

gitlab-runner restart

ref: https://gitlab.com/gitlab-org/gitlab-runner/-/issues/4794

Top comments (0)