Cannot connect to the Docker daemon. Is the docker daemon running on this host?

解决方案

docker-machine restart&&eval "$(docker-machine env default)"&&docker-machine env

原文地址:https://www.cnblogs.com/jackluo/p/5743862.html