diff --git a/pkg/minikube/machine/client.go b/pkg/minikube/machine/client.go index 45b704b80404..88c40036a110 100644 --- a/pkg/minikube/machine/client.go +++ b/pkg/minikube/machine/client.go @@ -110,7 +110,7 @@ func (api *LocalClient) NewHost(driverName string, rawDriver []byte) (*host.Host ServerKeyPath: filepath.Join(api.GetMachinesDir(), "server-key.pem"), }, EngineOptions: &engine.Options{ - StorageDriver: "aufs", + StorageDriver: "overlay2", TLSVerify: true, }, SwarmOptions: &swarm.Options{},