windows docker踩坑笔记[原创]
VirtualBox is not installed. Please re-run the Toolbox Installer and try again
1.确认是否已经关闭windows自带的hype-v,如果没有关闭需要先关闭下
2.start.sh的问题(阿哥博客agoit.com)
vBoxManager.exe位于C:\Program Files\Oracle\VirtualBox,因为是运行start.sh时出现问题,我们使用编辑器打开start.sh
参考:
https://blog.csdn.net/qq_41185868/article/details/103459348
https://blog.csdn.net/f7anty/article/details/78064163
windows docker踩坑笔记