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

Q: This driver needs vmware-tools to be installed in the guest os, is there any way around this? #12

Open anjannath opened 6 years ago

anjannath commented 6 years ago

https://github.com/machine-drivers/docker-machine-driver-vmware/blob/abd4e62c279b39fdb3fec9b23e8e2b1f2abd3f60/pkg/drivers/vmware/driver.go#L299-L311

These instructions needs the client tools to be available in the guest os, i was unable to install them after trying many times. How do i use a config drive (any pointer for this?) so that these instructions need not be run and a user does not have to install vmware-tools?

/cc @anfernee

anfernee commented 6 years ago

Sorry for the late response. I searched inbox but cannot find notification. This driver should just work. You don't need to specify guest os or anything. If it doesn't work, can you share your working env: OS type, Workstation/Fusion version, the command you run, and the logs you received. Also are you a minikube user or docker-machine user?