Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/machine-drivers/docker-machine-driver-hyperkit
Machine driver for hyperkit
https://github.com/machine-drivers/docker-machine-driver-hyperkit
Last synced: 30 days 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 (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-24T18:40:05.000Z (about 5 years ago)
- Last Synced: 2024-10-31T08:42:33.920Z (about 1 month ago)
- Language: Go
- Size: 31.3 KB
- Stars: 53
- 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)