首页 > 其他分享 >cannot connect to the Docker daemon at /var/run/docker.sock Mac Docker Desktop

cannot connect to the Docker daemon at /var/run/docker.sock Mac Docker Desktop

时间:2022-11-29 21:13:58浏览次数:64  
标签:daemon run sock var docker Docker

Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?

JetBrains IDE 在配置 Docker 连接的时候提示这个错误,找了一下没有 /var/run/docker.sock

谷歌了一波发现原来是 Docker Desktop 在 4.13.0 版本有修改

By default Docker will not create the /var/run/docker.sock symlink on the host and use the docker-desktop CLI context instead.

那么怎么连接呢?

docker context ls

找到 DOCKER ENDPOINT 中 Mac Users 的地址填写到 TCP socket 即可

参考

标签:daemon,run,sock,var,docker,Docker
From: https://www.cnblogs.com/sirdong/p/16936714.html

相关文章