docker-machine-driver-hyperkit
docker-machine-driver-hyperkit copied to clipboard
Machine driver for hyperkit
Hi! The Homebrew project has noticed that this project has not been updated in years, and will no longer build correctly with the current Go toolchain. As such, we're in...
Depends on #13 Tested against docker-machine.
**OS : Mac OS Catalina** ``` $ brew install docker-machine $ brew install docker-machine-driver-hyperkit $ docker-machine create --driver=hyperkit hyperkit ``` **Response:** ``` Running pre-create checks... Creating machine... (hyperkit) Copying /Users/user/.docker/machine/cache/boot2docker.iso...
Thank you team for the hard work on this project. I am running into multiple issues having hyperkit working correctly. I am putting everything together because I believe the root...
```commit 48d2ace5ccb2ecbd91362d0807ef974532cfff6d Author: Thomas Stromberg Date: Thu Aug 22 11:41:41 2019 -0700 Remove broken default disk size test that didn't make sense commit a817bffab1752e8956f68a88cf2548f2dc2932e9 Author: Sharif Elgamal Date: Mon Aug...
Hi Team, thanks for your hard work. I'm playing with `minikube`, `minishift` and `docker-machine`. Mainly with `hyperkit` driver. Following the official instructions `minikube` and `minishift` starts without any problem. They...
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...