You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am starting my container by an unprivileged user which has subid, subgid mappings. The user is dynamic. The mappings have to be put on the config.json and I have a script for this which updates the existing config.json file.
What are the thoughts on passing the subuid, subgid mappings to runc dynamically?
Option 1 can be that they are part of the command line argument to the create.
Option 2 can be that they are part of the command line argument to the spec argument. The spec argument already takes 1 option today (--rootless).
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I am starting my container by an unprivileged user which has subid, subgid mappings. The user is dynamic. The mappings have to be put on the config.json and I have a script for this which updates the existing config.json file.
What are the thoughts on passing the subuid, subgid mappings to runc dynamically?
Option 1 can be that they are part of the command line argument to the
create
.Option 2 can be that they are part of the command line argument to the
spec
argument. The spec argument already takes 1 option today (--rootless
).Beta Was this translation helpful? Give feedback.
All reactions