brikis98 / docker-osx-dev

A productive development environment with Docker on OS X
http://www.ybrikman.com/writing/2015/05/19/docker-osx-dev/
MIT License
1.43k stars 106 forks source link

/usr/local/bin/docker-osx-dev: line 797: /usr/local/bin/rsync: cannot execute binary file #188

Closed amlwwalker closed 8 years ago

amlwwalker commented 8 years ago

For some reason rsync is not responding on OSX. I am using docker-machine.

I then run in the dir docker-osx-dev install then I run docker-osx-dev sync It says that the initial sync is done, but then when I change a file it says that it cannot execute the binary file rsync. Any ideas why?

Also should I be running docker-osx-dev sync? or Just docker-osx-dev? I see this error when I run it without sync:

[ERROR] Found VirtualBox shared folders on your Boot2Docker VM. These may void any performance benefits from using docker-osx-dev: Would you like this script to remove them?

FYI when I run rsync directly it works fine, its when I state the path usr/local/bin/rsync that I get the above error