docker启动报错:
Cnot 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 发现可以了
docker启动报错:
Cnot 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 发现可以了
2万+
224
1162

被折叠的 条评论
为什么被折叠?