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

【解决方法】

要启动 docker 服务:

systemctl daemon-reload
systemctl restart docker.service