Cannot connect to the Docker dae

2021-08-31  本文已影响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
上一篇 下一篇

猜你喜欢

热点阅读