| Docker under OSX is a real pain to solve ASAP. I've set Docker on my Linux machine and it's working like a charm. Then I had to do the same for my coworkers running OSX, the vbox shared folders are definitely unusable. Now it's been few days that I'm trying to find the best way to have a two-way sync in order to sync back changes from docker to the OSX folder (eg. when you upload a file and it's saved in the /public folder, otherwise it'll be lost) So far I've used docker-osx-dev[0] for 1 way sync (with rsync) and it's working nicely.. they also plan to add the support to unison for a 2way sync I've also found docker-unison[1] but I haven't found a way to have it working correctly I'd like to try with boot2docker-xhyve, but it only runs on Yosemite and later [0] https://github.com/brikis98/docker-osx-dev [1] https://github.com/leighmcculloch/docker-unison |
[0] https://github.com/coreos/coreos-vagrant