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

Posted 以罗伊

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?(代码相关的知识,希望对你有一定的参考价值。

0 环境

  • 服务器:阿里云

1 正文

下次再也不手贱 乱关服务器了 重启后 发现运行docker报错 然后一个个试 什么删除daxx.json 重启啥的 其他方法也没用 比如执行service docker start还会报Job for docker.service failed because the control process exited with error code. See "systemctl status docker.service" and "journalctl -xe" for details.
看了很多评论说 查看文件系统 cd /etc/docker/daemon.json 删除里面内容用 只剩下{}即可 wq保存退出 在输入service docker restart 之后我又遇到相同的问题 一般service docker start就可以了

cd /etc/docker/
ls
# 文件先保存一下 好习惯 以前吃过亏
cp daemon.json daemon.jsoncv
# 进入vim 2dd删除 根据实际列数
vim daemon.json
cat daemon.json
sudo service docker start

2 参考

stackoverflow

问题还是没解决 好像某博客文章的评论里 有大佬说的 不经意看到的 还真有点踏破铁鞋无觅处

以上是关于Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?(代码的主要内容,如果未能解决你的问题,请参考以下文章

Cannot connect to database because the database client

Cannot connect to the Docker daemon. Is the docker daemon running on this host

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

Cannot connect to the Docker datemon at tcp://0.0.0.0:2375 is the docker daemon runing?

Error when connecting to the GNS3 server: Cannot connect to http://127.0.0.1:3080. Please check if G

Docker初次安装运行出错:Cannot connect to the Docker daemon at ***/docker.sock. Is the docker daemon running?