You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Hyperkit driver will eventually replace the existing xhyve driver and uses [moby/hyperkit](http://github.com/moby/hyperkit) as a Go library.
4
+
5
+
To install the hyperkit driver:
6
+
7
+
```shell
8
+
make build
9
+
```
10
+
11
+
The hyperkit driver currently requires running as root to use the vmnet framework to setup networking.
12
+
13
+
If you encountered errors like `Could not find hyperkit executable`, you might need to install [Docker for Mac](https://store.docker.com/editions/community/docker-ce-desktop-mac)
0 commit comments