-
Notifications
You must be signed in to change notification settings - Fork 22
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
Summarize rootless instructions #101
Summarize rootless instructions #101
Conversation
Include instructions for podman >=4.7
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.
Thanks!
A few comments.
Co-authored-by: eitsupi <[email protected]>
Thanks for the quick feedback! |
I'll fix the indentation issues later if you want |
It would be helpful! Also, I would appreciate it if you could clearly indicate "Terminal" in every Lines 19 to 21 in 86a5e3a
|
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.
Thanks!
This looks great to me. My only concern is that it might be better to title this as rootless podman? I understand individuals run in rootless mode in a few different ways (singularity, podman, I believe jupyter-server-proxy on 2i2c and binder setups is rootless, and so forth). It might avoid confusion if this is called |
Fair point. |
Good point! I changed the title :-) |
Co-authored-by: eitsupi <[email protected]>
Thanks, merging. |
A follow up for #101 (Sorry, I forgot about this)
This PR has a balance of 117 additions and 209 deletions.
Six months ago I wrote an article about using rocker in rootless containers.
Some settings were complicated due to limitations in the
--gidmap
syntax exposed by Podman.As discussed there, I ended up contributing syntax enhancements to Podman.
This PR simplifies the explanations of the rootless page in the website, using the lessons learned while working on Podman. It also focuses on the
how it works
instead of thewhy it works
, now that the syntax improvements make options more natural.It preserves instructions for earlier podman versions, although upgrading is encouraged.