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

大概是docker容器设置restart-allways,然后重启Linux虚拟机后,发现很多进程。

但是这时候docker ps 就会报错

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

 

 

解决方法就是,需要reload 一下 daemon,然后restart docker,执行下面的两个命令

systemctl daemon-reload

systemctl restart docker.service

然后docker ps 发现可以了

 

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

 

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

上一篇:vue keeplive的缓存页面如何销毁重新渲染


下一篇:跨域请求之jQuery的ajax jsonp的使用解惑