VirtualBox is not installed. Please re-run the Toolbox Installer and try again. 
Looks like something went wrong in step ´Looking for vboxmanage.exe´… Press any key to continue… 
window7下安装docker并运行start.sh时,遇到上面的问题, 
提示信息说找不到vboxmanage.exe,所以我们要解决这个问题: 
我们首先要手动找到VirtualBox的vboxmanage.exe,本人通过window查找: 
VirtualBox is not installed. Please re-run the Toolbox Installer and try again.
知道vBoxManager.exe位于C:\Program Files\Oracle\VirtualBox,因为是运行start.sh时出现问题,我们使用编辑器打开start.sh 
VirtualBox is not installed. Please re-run the Toolbox Installer and try again.
要注意图片里是:”${VBOX_MSI_INSTALL_PATH}VBoxManage.exe”,”${VBOX_INSTALL_PATH}VBoxManage.exe” 
所以我们在window中添加系统环境变量(请务必记住变量值后面加上反斜杠 /,这样start.sh里面才能正常找到vBoxManager.exe; 博主之前在这踩过坑): 
VirtualBox is not installed. Please re-run the Toolbox Installer and try again. 
VirtualBox is not installed. Please re-run the Toolbox Installer and try again. 
重新双击start.sh即可出现如下正常界面: 
VirtualBox is not installed. Please re-run the Toolbox Installer and try again.
此刻慢慢等,因为,默认自带的boot2docker.iso是过时的。你可以尝试自己通过其他渠道下载然后搁到对应的位置或者静静等待下载完成; 

(window并没有原生支持docker安装,上面的安装方式依旧是安装虚拟机然后再在虚拟机里面安装docker,在window上安装docker坑很多,建议可以跟着《第一本docker书》的教程,在vmware种安装ubuntu,跟着书本一步步下来,亲测没有什么坑)

转自http://blog.csdn.net/petershusheng/article/details/62054984

相关文章:

  • 2021-05-15
  • 2021-12-31
  • 2021-04-08
  • 2021-11-26
  • 2021-06-14
  • 2021-10-14
  • 2021-07-09
  • 2021-12-28
猜你喜欢
  • 2021-04-07
  • 2021-10-17
  • 2021-10-02
  • 2021-05-09
  • 2021-11-20
  • 2021-04-01
  • 2021-10-26
相关资源
相似解决方案