mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
features: Expose idmap support
Signed-off-by: Rodrigo Campos <rodrigoca@microsoft.com>
This commit is contained in:
@@ -58,6 +58,11 @@ var featuresCommand = cli.Command{
|
||||
IntelRdt: &features.IntelRdt{
|
||||
Enabled: &tru,
|
||||
},
|
||||
MountExtensions: &features.MountExtensions{
|
||||
IDMap: &features.IDMap{
|
||||
Enabled: &tru,
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user