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.