我在Dell Latitude E6430上使用Ubuntu 14.04并安装了docker.io软件包。现在每当我重新启动系统时,第一个docker命令都会失败并显示消息
Cannot connect to the Docker daemon. Is 'docker -d' running on this host?
因此,为了解决这个问题,我运行下面的命令,守护进程就像魅力一样
ps -ef |grep docker
kill -9 *pid found* | rm /var/run/docker.pid
我检查过以前的问题,没有人回答这个问题 知道为什么要打破吗?