https://github.com/machine-drivers/docker-machine-driver-hyperkit
Machine driver for hyperkit
https://github.com/machine-drivers/docker-machine-driver-hyperkit
Last synced: 8 months ago
JSON representation
Machine driver for hyperkit
- Host: GitHub
- URL: https://github.com/machine-drivers/docker-machine-driver-hyperkit
- Owner: machine-drivers
- License: apache-2.0
- Created: 2018-02-26T08:55:11.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-09-24T18:40:05.000Z (almost 7 years ago)
- Last Synced: 2024-11-14T13:37:04.866Z (over 1 year ago)
- Language: Go
- Size: 31.3 KB
- Stars: 52
- Watchers: 5
- Forks: 34
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker-machine-driver-hyperkit
The Hyperkit driver will eventually replace the existing xhyve driver and uses [moby/hyperkit](http://github.com/moby/hyperkit) as a Go library.
To install the hyperkit driver:
```shell
make build
```
The hyperkit driver currently requires running as root to use the vmnet framework to setup networking.
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)