File tree 1 file changed +12
-1
lines changed
1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -83,7 +83,18 @@ minikube start --vm-driver kvm
83
83
The Hyperkit driver will eventually replace the existing xhyve driver.
84
84
It is built from the minikube source tree, and uses [ moby/hyperkit] ( http://github.com/moby/hyperkit ) as a Go library.
85
85
86
- To install the hyperkit driver:
86
+ To install the hyperkit driver via brew:
87
+
88
+
89
+ ``` shell
90
+ brew install docker-machine-driver-hyperkit
91
+
92
+ # docker-machine-driver-hyperkit need root owner and uid
93
+ sudo chown root:wheel /usr/local/opt/docker-machine-driver-hyperkit/bin/docker-machine-driver-hyperkit
94
+ sudo chmod u+s /usr/local/opt/docker-machine-driver-hyperkit/bin/docker-machine-driver-hyperkit
95
+ ```
96
+
97
+ To install the hyperkit driver manually:
87
98
88
99
``` shell
89
100
curl -LO https://storage.googleapis.com/minikube/releases/latest/docker-machine-driver-hyperkit \
You can’t perform that action at this time.
0 commit comments