0

我正在尝试在我的“WIN10 Home”上安装 Docker 工具箱。执行 docker quickstart 终端时,出现此错误:

Running pre-create checks...
Error with pre-create check: "VirtualBox is configured with multiple host-only adapters with the same name \"HostInterfaceNetworking-VirtualBox Host-Only Ethernet Adapter\". Please remove one"
4

1 回答 1

-1

由于有 2 个同名的事实,您似乎需要在 VirtualBox 中删除一个仅限主机的网络适配器

“HostInterfaceNetworking-VirtualBox”

并且您应该手动删除一个。您可以使用 UI 或通过命令行执行此操作

vboxmanage hostonlyif remove "HostInterfaceNetworking-VirtualBox"
于 2019-12-04T14:07:40.460 回答