Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running? #7291
Replies: 4 comments 2 replies
-
Are you sure you configured Rancher Desktop to use the |
Beta Was this translation helpful? Give feedback.
-
That hash is incorrect; we're expecting rancher-desktop/pkg/rancher-desktop/utils/dockerDirManager.ts Lines 62 to 63 in 0901d49
Did you miss the |
Beta Was this translation helpful? Give feedback.
-
I am also facing the same issue. How can we solve the problem |
Beta Was this translation helpful? Give feedback.
-
If you are sure that you have selected the Please make sure the problem can be reproduced with the 1.15.1 release; there was a bug in an earlier versions that could have caused this problem, that has been fixed in 1.15.1. So if you can reproduce the problem with 1.15.1 then please enable "Debug" logging in the Troubleshooting page, restart Rancher Desktop one more time, and then create a new GitHub issue, fill out all the details about your setup, and attach a ZIP file of all the log files. |
Beta Was this translation helpful? Give feedback.
-
Rancher Desktop Version: 1.15.0-arm64
MacBook Pro: Ventura 13.4.1 (Apple M2 Pro)
After following this doc(https://docs.docker.com/desktop/uninstall/), I installed Rancher desktop. There is no report in diagnostics, however, I still can‘t use
docker
common$ docker images Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
Some attempts
sudo ln -s ~$USER/.rd/docker.sock /var/run/docker.sock
from here, but it didn't work for me:docker context use rancher-desktop
, but got context not found problemDoes somebody face the same problem? Thanks very much for giving me any advice !
Beta Was this translation helpful? Give feedback.
All reactions