Replies: 2 comments 19 replies
-
There is the https://www.redhat.com/sysadmin/controlling-access-rootless-podman-users Allowing to run without setting up subuid and subgid is a good feature, and an improvement over docker... Otherwise there needs to be some user-accessible service, on how to "request" a mapping to be set up ? |
Beta Was this translation helpful? Give feedback.
-
FreeIPA/IdM already hands out subuids to users, which |
Beta Was this translation helpful? Give feedback.
-
Recently the Apptainer project released a new version that no longer requires
/etc/subuid
and/etc/subgid
to be preconfigured for running/building rootless containers. The only requirement is that unprivileged user namespaces be enabled. This is really convenient as AD users can both build and run containers without an admin having to setup subuid/subgid configuration. All while being rootless with no setuid binaries.It would be nice if rootless podman could also do this as it is unusable at scale in a SSSD (ldap/ad) environment. Preconfiguring subuid/subgid bindings for every potential users who could login and then syncing those binding across multiple machines (10s to 100s) is not a solution.
https://github.com/apptainer/apptainer/releases/tag/v1.1.0
Beta Was this translation helpful? Give feedback.
All reactions