From b130573fedd6d58d21f20bf1401708dccd3ae1a0 Mon Sep 17 00:00:00 2001 From: Kir Shatrov Date: Fri, 17 Feb 2017 18:02:53 -0500 Subject: [PATCH] Document how to set vm-driver --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index fc795b3180..7e0d00b29f 100644 --- a/README.md +++ b/README.md @@ -120,6 +120,8 @@ $ minikube start \ See [DRIVERS](./DRIVERS.md) for details on supported drivers and how to install plugins, if required. +To start using the the driver, you'll need to configure minikube: `minikube config set vm-driver kvm`. + ### Reusing the Docker daemon When using a single VM of kubernetes it's really handy to reuse the Docker daemon inside the VM; as this means you don't have to build on your host machine and push the image into a docker registry - you can just build inside the same docker daemon as minikube which speeds up local experiments.