minikube/site/content/en/docs/drivers/virtualbox.md

1.8 KiB

title weight aliases
virtualbox 5
/docs/reference/drivers/virtualbox

Overview

VirtualBox is minikube's original driver. It may not provide the fastest start-up time, but it is the most stable driver available for users of Microsoft Windows Home.

{{% readfile file="/docs/drivers/includes/virtualbox_usage.inc" %}}

Special features

minikube start supports some VirtualBox specific flags:

  • --host-only-cidr: The CIDR to be used for the minikube VM (default "192.168.59.1/24")
  • --no-vtx-check: Disable checking for the availability of hardware virtualization

Issues

  • Minikube does not officially support VirtualBox on Intel-based Macs with recent macOS versions. It is not supported on Apple Silicon (M1/M2/M3) Macs at all. The recommended alternatives for macOS are vfit, qemu, krunkit, and docker
  • Full list of open 'virtualbox' driver issues

Troubleshooting

  • Run minikube start --alsologtostderr -v=7 to debug crashes

  • If you experience slow network performance with the VirtualBox driver, changing the Network Interface Card (NIC) type may improve speed. Use the following command to start minikube with the AMD PCNet FAST III (Am79C973) for both NAT and host-only network interfaces:

    minikube start --vm-driver=virtualbox --nat-nic-type=Am79C973 --host-only-nic-type=Am79C973