我正在尝试使用corectl在OS X上通过xhyve在CoreOS上运行的docker容器中设置build process,后者通过NFS自动挂载/Users/[username]
。我发现fsmonitor和browser-sync等构建工具依赖fs.watch
,inotify on linux使用[1]来监视更改。 inotify不适用于NFS [2] Others。 Here is the report已经解决了这个问题,并决定使用rsync将更新的文件发送到容器中,该容器依赖于构建容器外部的工具。我想发布一个可以正常使用的自包含码头图像。
是否有替代inotify可以通过NFS工作?