Skip to content

Commit 6eaee67

Browse files
authored
Added Readme
1 parent f4c01de commit 6eaee67

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# docker-machine-driver-hyperkit
2+
3+
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

Comments
 (0)