Skip to content

Commit 99113ee

Browse files
committed
fix: clarified rprivate by adding spell out recursive private 21688
Signed-off-by: Rashi Chaubal <[email protected]>
1 parent 2c00009 commit 99113ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/manuals/engine/storage/volumes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ If your container generates non-persistent state data, consider using a
5656
increase the container's performance by avoiding writing into the container's
5757
writable layer.
5858

59-
Volumes use `rprivate (recursive private)` bind propagation, and bind propagation isn't
59+
Volumes use `private` (recursive private) bind propagation, and bind propagation isn't
6060
configurable for volumes.
6161

6262
## A volume's lifecycle

0 commit comments

Comments
 (0)