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

Bhyve/FreeBSD support #200

Open samm-git opened 6 years ago

samm-git commented 6 years ago

Hi,

I found your project when was looking on bhyve driver support in the FreeBSD docker-machine. I did not found any implementation but i think that your plugin could be a good starting point because of many shared properties between bhyve/xhyve.

Do you think it would be better to fork your project and create an in-depended plugin or to work in the same codebase? May be you aware of some efforts already exists to run linux docker on FreeBSD host without using virtualbox driver?