pecigonzalo / docker-machine-vmwareworkstation

VMWare Workstation driver for Docker Machine https://github.com/docker/machine
Apache License 2.0
363 stars 67 forks source link

Cannot initiate docker machine in symlink path #32

Closed festum closed 7 years ago

festum commented 7 years ago

OS: Windows 10 build 14393 x64 VMware Workstation Pro v12.5.2 docker-machine-vmwareworkstation v1.0.10

Using symlink for path C:\Users{USER}.docker\machine will get Error creating machine: Error waiting for machine to be running: Maximum number of retries (60) exceeded.

log

pecigonzalo commented 7 years ago

Sorry that i did not tag/reply sooner, i just saw this issue.

masaeedu commented 7 years ago

Seeing the same issue when I symlink the entire .docker folder from another drive. Being able to symlink this folder is useful, because the VMDK starts taking up considerable space with heavy use.

pecigonzalo commented 7 years ago

@masaeedu @Festum does the same happen on lets say, virtualbox driver?

pecigonzalo commented 7 years ago

@masaeedu @Festum This should be fixed now. Please let me know if it doesnt.

festum commented 7 years ago

@pecigonzalo It working fine now :)