From 296ee4f16882d1f09c868c38c438bc9488b5b546 Mon Sep 17 00:00:00 2001 From: Stephen Turner Date: Wed, 21 Oct 2020 18:05:49 +0100 Subject: [PATCH] Add link to relevant Microsoft documentation (#11596) * Add link to relevant Microsoft documentation * Minor update Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com> --- docker-for-windows/wsl.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-for-windows/wsl.md b/docker-for-windows/wsl.md index 2dd509afa7..1b8bf14670 100644 --- a/docker-for-windows/wsl.md +++ b/docker-for-windows/wsl.md @@ -24,7 +24,7 @@ Before you install the Docker Desktop WSL 2 backend, you must complete the follo ## Best practices -- To get the best out of the file system performance when bind-mounting files, we recommend storing source code and other data that is bind-mounted into Linux containers (i.e., with `docker run -v :`) in the Linux filesystem, rather than the Windows filesystem. +- To get the best out of the file system performance when bind-mounting files, we recommend storing source code and other data that is bind-mounted into Linux containers (i.e., with `docker run -v :`) in the Linux file system, rather than the Windows file system. You can also refer to the [recommendation](https://docs.microsoft.com/en-us/windows/wsl/compare-versions){:target="_blank" rel="noopener" class="_"} from Microsoft. - Linux containers only receive file change events ("inotify events") if the original files are stored in the Linux filesystem. For example, some web development workflows rely on inotify events for automatic reloading when files have changed.