machine-drivers / docker-machine-driver-xhyve

docker-machine/minikube/minishift driver plugin for xhyve/hyperkit (native macOS hypervisor.framework)
https://godoc.org/github.com/machine-drivers/docker-machine-driver-xhyve
BSD 3-Clause "New" or "Revised" License
888 stars 74 forks source link

Use the native docker-machine SSH driver. #190

Closed dlorenc closed 6 years ago

dlorenc commented 6 years ago

See this PR for a summary of how much faster this makes starting minikube: https://github.com/kubernetes/minikube/pull/1731

zchee commented 6 years ago

@dlorenc LGTM, but comment out?

zchee commented 6 years ago

ah, CI was fail because OCaml third-party. tired :( I'll fix .travis.yml after merge it.

dlorenc commented 6 years ago

Ah, I had it commented out for a before/after time comparison. Fixed now :)

zchee commented 6 years ago

@dlorenc Merged, Thanks!!