Cannot connect to the Docker

执行docker基础命令失败!

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

原因:docker服务没有启动。

解决方法:执行 systemctl start docker 即可。

posted @ 2023-10-28 18:53  月下山川  阅读(199)  评论(0)    收藏  举报