LOADING STUFF...

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

原创文章5年前 (2019)发布 fdadmin
6,280 0 0

转载链接:https://testerhome.com/topics/9426

刚在新的Centos 7 上安装Docker-CE,后运行docker run hello-world报错Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?

解决办法

systemctl daemon-reload
sudo service docker restart
sudo service docker status (should see active (running))
sudo docker run hello-world
© 版权声明

相关文章

暂无评论

暂无评论...