You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But I got error: Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?, I'm checking the .spec.containers[].securityContext of workflow pods, I didn't see {privileged: true}
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello, guys, actions-runner-controllers is a great project, I like this.
I'm install arc by helm in
v1.29.6+k3s2
, all of them looks good, this is my helm valueNow I want build docker image in arc pod, this is my workflow file:
But I got error:
Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
, I'm checking the.spec.containers[].securityContext
of workflow pods, I didn't see{privileged: true}
Looking forward the answer
Beta Was this translation helpful? Give feedback.
All reactions