Add the virtualbox support description for windows host.

pull/1319/head
Wiiliam Chang 2017-04-03 19:17:14 +08:00
parent 62ae35c9de
commit 3554f1941d
1 changed files with 2 additions and 2 deletions

View File

@ -27,9 +27,9 @@ Minikube is a tool that makes it easy to run Kubernetes locally. Minikube runs a
* OS X
* [xhyve driver](./DRIVERS.md#xhyve-driver), [VirtualBox](https://www.virtualbox.org/wiki/Downloads) or [VMware Fusion](https://www.vmware.com/products/fusion) installation
* Linux
* [VirtualBox](https://www.virtualbox.org/wiki/Downloads) or [KVM](http://www.linux-kvm.org/) installation,
* [VirtualBox](https://www.virtualbox.org/wiki/Downloads) or [KVM](http://www.linux-kvm.org/) installation
* Windows
* [Hyper-V](./DRIVERS.md#hyperv-driver)
* [VirtualBox](https://www.virtualbox.org/wiki/Downloads) or [Hyper-V](./DRIVERS.md#hyperv-driver) installation
* VT-x/AMD-v virtualization must be enabled in BIOS
* `kubectl` must be on your path. Minikube currently supports any version of `kubectl` greater than 1.0, but we recommend using the most recent version.
You can install kubectl with [these steps](http://kubernetes.io/docs/getting-started-guides/kubectl/).