Update install-minikube.md (#10793)

Clarify that the --vm-driver none option only works on a linux environment
pull/10878/head
Tjeerd Jan van der Molen 2018-11-02 18:45:53 +01:00 committed by k8s-ci-robot
parent 1749327bf1
commit c5b28b7e81
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ If you do not already have a hypervisor installed, install the appropriate one f
[KVM](http://www.linux-kvm.org/).
{{< note >}}
**Note:** Minikube also supports a `-\-vm-driver=none` option that runs the Kubernetes components on the host and not in a VM. Using this driver requires Docker, but not a hypervisor.
**Note:** Minikube also supports a `-\-vm-driver=none` option that runs the Kubernetes components on the host and not in a VM. Using this driver requires Docker and a linux environment, but not a hypervisor.
{{< /note >}}
* Windows: [VirtualBox](https://www.virtualbox.org/wiki/Downloads) or