首页 > 其他 > 详细

docker 中:Cannot connect to the Docker daemon at tcp://localhost:2375. Is the docker daemon running

时间:2021-01-13 17:50:23      阅读:174      评论:0      收藏:0      [点我收藏+]

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

 

unset DOCKER_HOST
unset DOCKER_TLS_VERIFY
unset DOCKER_TLS_PATH
docker ps

 

docker 中:Cannot connect to the Docker daemon at tcp://localhost:2375. Is the docker daemon running

原文:https://www.cnblogs.com/netqq/p/14272937.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!