Skip to content

Commit

Permalink
Add none driver to the supported list.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlorenc committed Apr 17, 2018
1 parent 84bb1cb commit 258d1e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/minikube/constants/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ var SupportedVMDrivers = [...]string{
"hyperv",
"hyperkit",
"kvm2",
"none",
}

var DefaultMinipath = filepath.Join(homedir.HomeDir(), ".minikube")
Expand Down

0 comments on commit 258d1e1

Please sign in to comment.