Expected behavior
App can use inotify to observe FS events of mounted volumes.
Actual behavior
App reverts to polling mechanism and stresses out the CPU. This doesn’t happen on linux-host mounted folders, only on osxfs mounts.
Information
> pinata diagnose -u
OS X: version 10.11.5 (build: 15F34)
Docker.app: version v1.11.1-beta12
Running diagnostic tests:
[OK] Moby booted
[OK] driver.amd64-linux
[OK] vmnetd
[OK] osxfs
[OK] db
[OK] slirp
[OK] menubar
[OK] environment
[OK] Docker
[OK] VT-x
Docker logs are being collected into /tmp/20160518-172340.tar.gz
Most specific failure is: No error was detected
Your unique id is: D53B6516-DD33-4F24-BDC7-718C1628EDD0
Please quote this in all correspondence.
Steps to reproduce the behavior
- Create an
npm
app container, configured to runwebpack-dev-server
as your app CMD - Run it with host repo folder mounted over the application source