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

Wait for IP before setting up mounts #161

Closed r2d4 closed 7 years ago

r2d4 commented 7 years ago

If we don't wait for the IP before setting up mounts, theres a chance that the host isn't ready before we try to set up the 9p mount

ref https://github.com/kubernetes/minikube/issues/1133#issuecomment-282078827

zchee commented 7 years ago

@r2d4 I'll check it, thanks!

zchee commented 7 years ago

@r2d4 Merged. Thanks!