Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions content/get-started/workshop/06_bind_mounts.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@
Docker Desktop's file sharing setting. This setting defines which parts of your
filesystem you can share with containers. For details about accessing the setting, see [File sharing](/manuals/desktop/settings-and-maintenance/settings.md#file-sharing).

> [!Note]
> The File sharing tab is only available in Hyper-V mode, because in WSL 2 mode
> and Windows container mode all files are automatically shared by Windows.

Check failure on line 57 in content/get-started/workshop/06_bind_mounts.md

View workflow job for this annotation

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [Vale.Terms] Use '(?-i)[A-Z]{2,}'?s' instead of 'files'. Raw Output: {"message": "[Vale.Terms] Use '(?-i)[A-Z]{2,}'?s' instead of 'files'.", "location": {"path": "content/get-started/workshop/06_bind_mounts.md", "range": {"start": {"line": 57, "column": 38}}}, "severity": "ERROR"}

2. Open a terminal and change directory to the `getting-started-app`
directory.

Expand Down