-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Alternative solution for hyperkit executable #1
Comments
I guess the alternative is to compile https://github.com/moby/hyperkit |
You can also install it from Homebrew brew install hyperkit ❯ brew info hyperkit
hyperkit: stable 0.20180403 (bottled)
Toolkit for embedding hypervisor capabilities in your application
https://github.com/moby/hyperkit
/usr/local/Cellar/hyperkit/0.20180403 (5 files, 4MB) *
Built from source on 2018-09-19 at 15:35:08
From: https://github.com/Homebrew/homebrew-core/blob/master/Formula/hyperkit.rb
==> Dependencies
Build: aspcud ✔, ocaml ✘, opam ✔
Required: libev ✔
==> Requirements
Build: xcode ✔
==> Analytics
install: 435 (30 days), 1,061 (90 days), 1,141 (365 days)
install_on_request: 436 (30 days), 1,062 (90 days), 1,142 (365 days)
build_error: 0 (30 days) |
jandubois
referenced
this issue
in rancher-sandbox/docker-machine-driver-hyperkit
Apr 16, 2021
sync-2020.10.02
jandubois
referenced
this issue
in rancher-sandbox/docker-machine-driver-hyperkit
Apr 16, 2021
sync-2020.10.02
jandubois
referenced
this issue
in rancher-sandbox/docker-machine-driver-hyperkit
Apr 16, 2021
sync-2020.10.02
jandubois
referenced
this issue
in rancher-sandbox/docker-machine-driver-hyperkit
Apr 16, 2021
sync-2020.10.02
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For error like
could not find hyperkit executable
, currently we recommend to install Docker for Mac. I think we should provide a solution to get the hyperkit executable directly and not depend on Docker for Mac.The text was updated successfully, but these errors were encountered: