Sorry to chime in, but I am having the same problem, also windows 7, using 
vagrant 1.6.3, also using the docker provider.  I added this line to the 
Vagrantfile:

config.vm.synced_folder ".", "/vagrant", type: "rsync"

and it first tried complained that it couldn't find rsync in the path, so I 
installed rsync (for cygwin 64 bit), and then it went back to hanging again 
in the same place, same debug output.

I changed the line in the Vagrantfile to say

config.vm.synced_folder ".", "/vagrant", disabled: "true"

and now it doesn't care whether or not rsync exists, but either way it will 
hang in the same place, same debug output.

I really don't care about file syncing yet, so maybe Paul could tell me how 
he disabled file syncing for docker under windows.



On Wednesday, May 14, 2014 2:23:03 PM UTC-7, Michael Sverdlik wrote:
>
> Try to manually specify rsync sync folder 
> <http://docs.vagrantup.com/v2/synced-folders/rsync.html> as a workaround, 
> see if that helps. You need to use rsync since boot2docker image doesn't 
> support VirtualBox Guest Additions.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Vagrant" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to