mirror of https://github.com/docker/docs.git
Update bind-mounts.md (#14355)
* Update bind-mounts.md * Apply suggestions from code review * Update storage/bind-mounts.md Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
This commit is contained in:
parent
75adef65dd
commit
ab445f493e
|
@ -289,6 +289,11 @@ propagation setting has a recursive counterpoint. In the case of recursion,
|
|||
consider that `/tmp/a` is also mounted as `/foo`. The propagation settings
|
||||
control whether `/mnt/a` and/or `/tmp/a` would exist.
|
||||
|
||||
> **Warning:**
|
||||
>
|
||||
> Mount propagation doesn't work with Docker Desktop.
|
||||
{: .warning
|
||||
|
||||
| Propagation setting | Description |
|
||||
|:--------------------|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||
| `shared` | Sub-mounts of the original mount are exposed to replica mounts, and sub-mounts of replica mounts are also propagated to the original mount. |
|
||||
|
|
Loading…
Reference in New Issue