Skip to content

Commit

Permalink
Merge pull request docker#806 from friism/patch-4
Browse files Browse the repository at this point in the history
update inotify section
  • Loading branch information
londoncalling authored Dec 6, 2016
2 parents 99ab738 + cbcda82 commit 8f0a5c7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docker-for-windows/troubleshoot.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,7 @@ can use in email or the forum to reference the upload.

Currently, `inotify` does not work on Docker for Windows. This will become
evident, for example, when an application needs to read/write to a
container across a mounted drive. This is a known issue that the team is working
on. Below is a temporary workaround, and a link to the issue.
container across a mounted drive. Instead of relying on filesystem inotify, we recommend using polling features for your framework or programming language.

* **Workaround for nodemon and Node.js** - If you are using [nodemon](https://github.com/remy/nodemon) with `Node.js`, try the fallback
polling mode described here: [nodemon isn't restarting node
Expand Down

0 comments on commit 8f0a5c7

Please sign in to comment.