DOCKER_HOST have a weird tcp

[html] view plain copy  print?
  1. [piqiu@benjaminpro ~]$boot2docker start  
  2. Waiting for VM and Docker daemon to start...  
  3. ..........................................................................oooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo  
  4. Started.  
  5.   Trying to get Docker socket one more time  
  6. Error requesting socket: exit status 255  
  7. Auto detection of the VM's Docker socket failed.  
  8. Please run `boot2docker -v up` to diagnose.  


[html] view plain copy  print?
  1. [piqiu@benjaminpro ~]$boot2docker ip  
  2.   
  3. Failed to get VM Host only IP address.  
  4.     Was the VM initialized using boot2docker?  

how to solved it?

i google the issue:https://github.com/boot2docker/boot2docker/issues/392


我发现是我在操作VirtualBox的时候把Port forwarding里的本机映射删除了。

DOCKER_HOST have a weird tcp

解决方法:

[html] view plain copy  print?
  1. [piqiu@benjaminpro ~]$boot2docker delete  
  2. [piqiu@benjaminpro ~]$boot2docker init  
  3. Initialization of virtual machine "boot2docker-vm" complete.  
  4. Use `boot2docker up` to start it.  
  5. [piqiu@benjaminpro ~]$boot2docker up  
  6. Waiting for VM and Docker daemon to start...  
  7. ........................ooooooooooooooooooooooo  
  8. Started.  
  9. Writing /Users/piqiu1/.boot2docker/certs/boot2docker-vm/ca.pem  
  10. Writing /Users/piqiu1/.boot2docker/certs/boot2docker-vm/cert.pem  
  11. Writing /Users/piqiu1/.boot2docker/certs/boot2docker-vm/key.pem  
  12. Your environment variables are already set correctly.  
  13.   
  14. [piqiu@benjaminpro ~]$boot2docker ip  
  15. 192.168.59.103  
  16. [piqiu@benjaminpro ~]$boot2docker ssh  
  17.                         ##         .  
  18.                   ## ## ##        ==  
  19.                ## ## ## ## ##    ===  
  20.            /"""""""""""""""""\___/ ===  
  21.       ~~~ {~~ ~~~~ ~~~ ~~~~ ~~~ ~ /  ===- ~~~  
  22.            \______ o           __/  
  23.              \    \         __/  
  24.               \____\_______/  
  25.  _                 _   ____     _            _  
  26. | |__   ___   ___ | |_|___ \ __| | ___   ___| | _____ _ __  
  27. | '_ \ / _ \ / _ \| __| __) / _` |/ _ \ / __| |/ / _ \ '__|  
  28. | |_) | (_) | (_) | |_ / __/ (_| | (_) | (__|   <  __/ |  
  29. |_.__/ \___/ \___/ \__|_____\__,_|\___/ \___|_|\_\___|_|  
  30. Boot2Docker version 1.7.1, build master : c202798 - Wed Jul 15 00:16:02 UTC 2015  
  31. Docker version 1.7.1, build 786b29d  
上一篇:前端构建工具gulpjs的使用介绍及技巧


下一篇:TaggingJS – 可以灵活定制的 jQuery 标签系统插件