Replies: 1 comment 5 replies
-
@giuseppe WDYT? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Use case
I would like to run containers with
auto
andkeep-id
user namespace modes at the same time.Currently, this is not possible, because "running a single container without using --userns=auto will use the entire range of UIDs".
Suggested solution
For this reason, I propose adding the possibility to reserve a part of the users SUBUID/SUBGID range for
--userns=auto
containers. If the corresponding option is configured,auto
container would be allocated from that range,Would something like that make sense, or am I missing a simple alternative?
Beta Was this translation helpful? Give feedback.
All reactions