From 7b65eabc8ecf24fabe5f5dcf7dcc028d172182ba Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Fri, 23 Sep 2022 11:37:30 +0200 Subject: [PATCH] storage: remove mention of "named volumes" for mount propagation Mount propagation is not supported for named volumes, as mentioned in the paragraph before this one, so let's remove it here. Signed-off-by: Sebastiaan van Stijn --- storage/bind-mounts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storage/bind-mounts.md b/storage/bind-mounts.md index 087d44f5be4..3170864a9de 100644 --- a/storage/bind-mounts.md +++ b/storage/bind-mounts.md @@ -284,7 +284,7 @@ only configurable for bind mounts, and only on Linux host machines. Bind propagation is an advanced topic and many users never need to configure it. Bind propagation refers to whether or not mounts created within a given -bind-mount or named volume can be propagated to replicas of that mount. Consider +bind-mount can be propagated to replicas of that mount. Consider a mount point `/mnt`, which is also mounted on `/tmp`. The propagation settings control whether a mount on `/tmp/a` would also be available on `/mnt/a`. Each propagation setting has a recursive counterpoint. In the case of recursion,