Skip to content

Commit 00caba2

Browse files
authored
Merge pull request #3140 from madorn/patch-1
add brew install instructions for hyperkit
2 parents dde313a + e482a57 commit 00caba2

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

Diff for: docs/drivers.md

+12-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,18 @@ minikube start --vm-driver kvm
8383
The Hyperkit driver will eventually replace the existing xhyve driver.
8484
It is built from the minikube source tree, and uses [moby/hyperkit](http://github.com/moby/hyperkit) as a Go library.
8585

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:
8798

8899
```shell
89100
curl -LO https://storage.googleapis.com/minikube/releases/latest/docker-machine-driver-hyperkit \

0 commit comments

Comments
 (0)