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 16, 2018
1 parent 8e299f4 commit aaa159e
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 @@ -54,6 +54,7 @@ var SupportedVMDrivers = [...]string{
"kvm",
"xhyve",
"hyperv",
"none",
}

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

0 comments on commit aaa159e

Please sign in to comment.