machine-drivers / docker-machine-driver-vmware

Docker machine driver for VMware Fusion and Workstation.
https://www.vmware.com/products/personal-desktop-virtualization.html
Apache License 2.0
184 stars 47 forks source link

Fusion 12 uses /var/db/dhcpd_leases from Apple vmnet framework #43

Open skeptomai opened 3 years ago

skeptomai commented 3 years ago

This appears to be the only change necessary to make minikube work on Big Sur x86_64. I built the patched binary, deployed under /Applications/VMware Fusion.app/Contents/Library/vkd/bin (from which the binary is symlinked into ../../Contents/Public). I ran minikube start --cpus=2 --memory=8192 --vm-driver=vmware --alsologtostderr --v=8 and verified it's working by starting some deployments with kubectl