美文网首页
Cannot connect to the Docker dae

Cannot connect to the Docker dae

作者: 月光社编外人员 | 来源:发表于2021-08-31 20:26 被阅读0次

场景:

(base) [hadoop@slave2-192-168-1-108 docker]$ docker build -t apache/dolphinscheduler:mysql-driver .
Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?

解决方案:
其实意思已经很明确了。就是docker进程不在。

sudo service docker restart

相关文章

网友评论

      本文标题:Cannot connect to the Docker dae

      本文链接:https://www.haomeiwen.com/subject/hsxtwltx.html