首页 > 其他 > 详细

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

时间:2016-01-04 18:12:35      阅读:460      评论:0      收藏:0      [点我收藏+]

跟着docker官方的例子下了docker toolbox并安装后启动iterm(mac上的一种command) , 运行docker run hello-world后出现的问题

查询stackoverflow后 , 看到如下答案 , 在command中执行如下即可

 

eval "$(docker-machine env default)"

  

 

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

原文:http://www.cnblogs.com/taojintianxia/p/5099831.html

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