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
runc exec only allows uid and primary gid as command line arguments and doesn't have an option to specify additional gids. You have to pass process.json (-p option) to specify additional gids.
This issue is to enhance runc exec to allow specifying additional gids on the command line as a new argument.
The text was updated successfully, but these errors were encountered:
runc exec
only allows uid and primary gid as command line arguments and doesn't have an option to specify additional gids. You have to pass process.json (-p option) to specify additional gids.This issue is to enhance runc exec to allow specifying additional gids on the command line as a new argument.
The text was updated successfully, but these errors were encountered: