Cannot connect to the Docker daemon at unix:///home/user/.docker/desktop/docker.sock
错误信息
当使用非root账户执行docker命令的时候,会报如下错误:
scutech@user-PC:~$ docker ps
Cannot connect to the Docker daemon at \
unix:///home/user/.docker/desktop/docker.sock. Is the docker daemon running?
- 1
- 2
- 3
值得注意的是,网上搜索的方法基本都是问 /var/run/docker.sock的,
这种问题一般都是重启一下docker服务就行
systemctl restart docker</