解决Cannot Connect to the Docker Daemon at ‘unix:///var/run/docker.sock

docker安装后,使用中经常出现:

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

一、什么原因导致的:
触发此错误的一些原因包括:

The Docker daemon is not running.   Docker守护程序未运行。
Docker doesn’t shutdown cleanly.       Docker无法完全关闭。
Lack of root privileges to start the docker service.   缺少启动docker服务的root权限。

解决方法:

(1)在终端中执行 – unmask docker.

sudo systemctl unmask docker

如果docker被masked了,一般会有这样的提示:‘Failed to start docker.service: Unit is masked.’ 

(2)启动 start the docker daemon

systemctl start docker


(3)验证docker是否激活

systemctl status docker


如果出现以下内容,则已经激活了。

 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值