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
889 stars 73 forks source link

Add error checking to CopyIsoToMachineDir. #127

Closed dlorenc closed 8 years ago

dlorenc commented 8 years ago

If you use a custom boot2docker URL, there will be no caching. This means there is no cache file, so the os.Stat call will fail.

dlorenc commented 8 years ago

@zchee ping :)