-
-
Notifications
You must be signed in to change notification settings - Fork 289
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
native_osx does not work with docker-machine vbox / fusion #346
Comments
seems not even work with fusion right now. Container -> host works, but host -> container does not. I will need to look into this |
Seems to be in fact a deal breaker - https://groups.google.com/forum/#!topic/vagrant-up/ZZpM1nTCSSQ both, vmware fusion and virtualbox do not implement file system events |
Yeah, I think something else is wrong. I also just tried it with docker-machine + xhyve and it also didn't work. |
Just jumping in. Docker 4 Mac, OSX 10.12.4. Tried 0.4.1 with |
@mike-potter it does work with docker for mac, since they use osxfs - which xhyve on docker machine does not use. That said, i corrected the strategie guide to reflect the docker-machine issue |
Thats known for a very long time already, not sure how i missed that: https://groups.google.com/forum/#!topic/vagrant-up/ZZpM1nTCSSQ |
You can work around this issue and get the version: "2"
options:
native_osx_image: 'infostreams/docker-sync-unison'
syncs:
code_sync:
sync_strategy: 'native_osx'
src: '/my/path/to/my/code'
sync_excludes: ['node_modules', 'vendor']
sync_args: "-copyonconflict" If you add the |
I seems like vboxfs does not trigger fsevents on the receiving end, making it a bad companion for the unison watcher, since no inotify events are triggered.
I do not think we can do anything about this.
docker-machine + fusion does work though
The text was updated successfully, but these errors were encountered: