mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 14:13:58 +08:00
cd7c59d042
A `config.Cgroups` object is required to manipulate cgroups v1 and v2 using libcontainer. Export `createCgroupConfig` to allow API users to create `config.Cgroups` objects using directly libcontainer API. Signed-off-by: Julio Montes <julio.montes@intel.com>