diff --git a/site/content/en/docs/faq/_index.md b/site/content/en/docs/faq/_index.md index 0648e37f2a..12e22f0246 100644 --- a/site/content/en/docs/faq/_index.md +++ b/site/content/en/docs/faq/_index.md @@ -39,7 +39,7 @@ minikube start --driver=hyperv ``` Alternatively, you can use `minikube image build` instead of `minikube docker-env` and `docker build`. -## Can I start minikube without Kuberentes runninng ? +## Can I start minikube without Kuberentes runninng? Yes! If you want to use minikube only as a Docker Desktop replacement without starting Kubernetes itself, try: ``` minikube start --no-kubernetes