### Docker container configuration - Webpack 1.10.3 - Node v0.10.25 - Ubuntu 15.04 ### Host configuration - Docker 1.0.1 - Ubuntu 14.04 ### Issue Running `webpack --watch` in docker container successfully performs one build and then exits with exit code 0 (success). ### Expectation Some kind of error code and a return code != 0 if max_user_watches is exceeded. ### Workaround Increasing `/proc/sys/fs/inotify/max_user_watches` on the host system fixes the problem. **Moved from https://github.com/webpack/webpack/issues/1281**