Skip to content
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

docs: add bind-recursive mount option #4606

Merged
merged 1 commit into from
Nov 14, 2023
Merged

Conversation

AkihiroSuda
Copy link
Collaborator

Follow-up to PR 4316

Signed-off-by: Akihiro Suda <[email protected]>
@codecov-commenter
Copy link

Codecov Report

Merging #4606 (74bace1) into master (8890a38) will decrease coverage by 0.01%.
The diff coverage is n/a.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #4606      +/-   ##
==========================================
- Coverage   59.71%   59.70%   -0.01%     
==========================================
  Files         288      286       -2     
  Lines       24858    24855       -3     
==========================================
- Hits        14843    14839       -4     
  Misses       9128     9128              
- Partials      887      888       +1     

@thaJeztah
Copy link
Member

/cc @dvdksn ptal (let me know if you want to do a zoom call to walk through these options!)

Copy link
Contributor

@dvdksn dvdksn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @AkihiroSuda - these changes LGTM. I will make a follow-up with changes to the bind mount documentation in docker/docs (https://docs.docker.com/storage/bind-mounts/)

Comment on lines +445 to +448
<li><<tt>enabled</tt>, <tt>true</tt> or <tt>1</tt>: Enables recursive bind-mount.
Read-only mounts are made recursively read-only if kernel is v5.12 or later.
Otherwise they are not made recursively read-only.</li>
<li><<tt>disabled</tt>, <tt>false</tt> or <tt>0</tt>: Disables recursive bind-mount.</li>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Opened a PR for discussion to remove the boolean variants (motivation outlined in that PR);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants