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


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

 

unset DOCKER_HOST
unset DOCKER_TLS_VERIFY
unset DOCKER_TLS_PATH
docker ps

 


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM