美文网首页
Windows上使用VirtualBox和Docker

Windows上使用VirtualBox和Docker

作者: 光行天下 | 来源:发表于2020-08-14 14:28 被阅读0次

    两者视乎不能共存使用,会出各种问题。

    Docker需要开启 VT 和 Hyper-v ,而 VirtualBox 的虚拟机可以开启VT 但与 Hyper-v 冲突,所以只能选其一。

    可以通过命令,进行切换,切换后需要重启系统。

    使用 VirtualBox

    bcdedit /set hypervisorlaunchtype off
    

    使用 Docker

    bcdedit /set hypervisorlaunchtype auto
    

    重启系统,即可正确使用。

    相关文章

      网友评论

          本文标题:Windows上使用VirtualBox和Docker

          本文链接:https://www.haomeiwen.com/subject/mtmgdktx.html