mirror of https://github.com/docker/docs.git
Fix typo: /Volume -> /Volumes (#18963)
This commit is contained in:
parent
835f396d4e
commit
6c7e6e9bad
|
@ -125,7 +125,7 @@ Use File sharing to allow local directories on your machine to be shared with
|
|||
Linux containers. This is especially useful for editing source code in an IDE on
|
||||
the host while running and testing the code in a container.
|
||||
|
||||
By default the `/Users`, `/Volume`, `/private`, `/tmp` and `/var/folders` directory are shared.
|
||||
By default the `/Users`, `/Volumes`, `/private`, `/tmp` and `/var/folders` directory are shared.
|
||||
If your project is outside this directory then it must be added to the list,
|
||||
otherwise you may get `Mounts denied` or `cannot start service` errors at runtime.
|
||||
|
||||
|
@ -322,4 +322,4 @@ On the **Advanced** tab, you can reconfigure your initial installation settings:
|
|||
|
||||
## Notifications
|
||||
|
||||
{{< include "desktop-notifications-settings.md" >}}
|
||||
{{< include "desktop-notifications-settings.md" >}}
|
||||
|
|
Loading…
Reference in New Issue