docker启动报错:Cannot connect to the Docker daemon at tcp://localhost:2375. Is the docker daemon running

环境变量配置问题
参考地址:https://github.com/docker/for-mac/issues/3039
执行如下命令git

unset DOCKER_HOST
unset DOCKER_TLS_VERIFY
unset DOCKER_TLS_PATH
docker ps