From cbcda8292eebb3e2727adff0721f50698ddceb44 Mon Sep 17 00:00:00 2001 From: Michael Friis Date: Tue, 6 Dec 2016 09:29:51 -0800 Subject: [PATCH] update inotify section --- docker-for-windows/troubleshoot.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docker-for-windows/troubleshoot.md b/docker-for-windows/troubleshoot.md index c2ed96cd00..b036f3199c 100644 --- a/docker-for-windows/troubleshoot.md +++ b/docker-for-windows/troubleshoot.md @@ -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