Skip to content

Commit

Permalink
Merge pull request #15725 from thaJeztah/fix_mount_propagation
Browse files Browse the repository at this point in the history
storage: remove mention of "named volumes" for mount propagation
  • Loading branch information
thaJeztah authored Sep 23, 2022
2 parents f8a609a + 7b65eab commit 51fff92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage/bind-mounts.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 51fff92

Please sign in to comment.