Update site/content/en/docs/faq/_index.md

Co-authored-by: Sharif Elgamal <selgamal@google.com>
pull/12872/head
Medya Ghazizadeh 2021-11-05 13:35:34 -07:00 committed by GitHub
parent 64ef6c02dd
commit b6fcf309a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ minikube profiles are meant to be isolated from one another, with their own sett
minikube's VM includes a Docker daemon running inside Linux for free, so you can use
`minikube docker-env` to point your terminal's Docker CLI to the Docker inside minikube.
You would need to start minikube with a VM driver (instead of docker) for example hyperkit on Mac and HyperV on windows
You would need to start minikube with a VM driver, instead of docker, such as hyperkit on macOS and Hyper-V on Windows.
```
minikube start --driver=hyperv
```