DEV Community

PanupongDeve
PanupongDeve

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)

AWS Security LIVE!

Join us for AWS Security LIVE!

Discover the future of cloud security. Tune in live for trends, tips, and solutions from AWS and AWS Partners.

Learn More

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay