-
Notifications
You must be signed in to change notification settings - Fork 7.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: clarified rprivate by adding spell out recursive private in volumes.md #21711
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Rashi Chaubal <[email protected]>
✅ Deploy Preview for docsdocker ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
@@ -56,7 +56,7 @@ If your container generates non-persistent state data, consider using a | |||
increase the container's performance by avoiding writing into the container's | |||
writable layer. | |||
|
|||
Volumes use `rprivate` bind propagation, and bind propagation isn't | |||
Volumes use `rprivate (recursive private)` bind propagation, and bind propagation isn't |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Two things:
- The term's clarification is now part of the
code
element. I don't think it should be; it should just be plain text. - I think if we want to actually expand on this term here, we should add more detail. See this comment f.ex. What does [r] means in "[[r]shared|[r]slave|[r]private]" moby/moby#20502 (comment)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@dvdksn For this PR can it be fixed for-
- The term's clarification should be plain text. ?
Please can you confirm?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@dvdksn Changes made to PR.Can you please review
Signed-off-by: Rashi Chaubal <[email protected]>
Description
To avoid confusion of rprivate provided fix: clarified rprivate by adding spell out recursive private in volumes.md
Related issues or tickets
#21688
#21688
Reviews