Feature request description
Network authenticated users with active directory cant use podman unless they are added to /etc/sub{uid,gid}
apptainer has a nice tool for this called "apptainer config fakeroot --add $x" to add the appropriate users to the subuid and subgid files. I'd love to see a tool from podman that accomplishes this task so we dont have to manually add the users to the subuid and subgid files.
Suggest potential solution
No response
Have you considered any alternatives?
installing appatainer for the tool to add users to the appropriate files works great and then using podman.
another way is to just manually add each users "$UID:4294836224:65536" to /etc/sub{uid,gid}
Additional context
Add any other context or screenshots about the feature request here.
Feature request description
Network authenticated users with active directory cant use podman unless they are added to /etc/sub{uid,gid}
apptainer has a nice tool for this called "apptainer config fakeroot --add $x" to add the appropriate users to the subuid and subgid files. I'd love to see a tool from podman that accomplishes this task so we dont have to manually add the users to the subuid and subgid files.
Suggest potential solution
No response
Have you considered any alternatives?
installing appatainer for the tool to add users to the appropriate files works great and then using podman.
another way is to just manually add each users "$UID:4294836224:65536" to /etc/sub{uid,gid}
Additional context
Add any other context or screenshots about the feature request here.