首页 > 其他 > 详细

执行docker相关命令报错Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?

时间:2020-10-16 17:29:03      阅读:62      评论:0      收藏:0      [点我收藏+]

我是在服务器动态扩容之后出现的这个问题

解决办法:重启服务器,或者启动docker服务

systemctl start docker  或重启systemctl restart docker

查看状态
systemctl status docker
 

执行docker相关命令报错Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?

原文:https://www.cnblogs.com/mihoutao/p/13826449.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!