MacOS: permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock #2657
Unanswered
hendrikebbers
asked this question in
Q&A
Replies: 2 comments
-
We tried the same on an ubutu machine and it ends in the same error. So this might not be an mac issue. Used machine:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
On Mac I now solved that error after configure Docker Desktop as shown in the added screenshot: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I want to use act to run GitHub Actions that are defined in https://github.com/OpenElements/hiero-enterprise-java on my local machine (Mac with ARM processor / M1 chip). The Github Action internally uses KIND to fake Kubernetes commands by using docker internally (https://kind.sigs.k8s.io).
When I checkout https://github.com/OpenElements/hiero-enterprise-java on my machine and start act (
act -W '.github/workflows/maven.yml'
) the process ends with the following error:I assume the error is related to docker/for-mac#6823
I use Docker Desktop 4.37.2 (179585)
Any idea how I can fix that problem?
Beta Was this translation helpful? Give feedback.
All reactions