diff --git a/storage/bind-mounts.md b/storage/bind-mounts.md index 013cf81e1c..d0de1010f0 100644 --- a/storage/bind-mounts.md +++ b/storage/bind-mounts.md @@ -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. |