Skip to content

Commit 296ee4f

Browse files
Add link to relevant Microsoft documentation (docker#11596)
* Add link to relevant Microsoft documentation * Minor update Co-authored-by: Usha Mandya <[email protected]>
1 parent 3ac3540 commit 296ee4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-for-windows/wsl.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Before you install the Docker Desktop WSL 2 backend, you must complete the follo
2424

2525
## Best practices
2626

27-
- 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 <host-path>:<container-path>`) in the Linux filesystem, rather than the Windows filesystem.
27+
- 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 <host-path>:<container-path>`) 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.
2828

2929
- Linux containers only receive file change events ("inotify events") if the
3030
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.

0 commit comments

Comments
 (0)