containers / youki

A container runtime written in Rust

Home Page:https://containers.github.io/youki/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

feature request: libcgroups CgroupManager trait add get_controller_opts method

Sherlock-Holo opened this issue · comments

for now CgroupManager only has apply method, if user want to know the cgroup controller options, user need to read the cgroup fs manually

if CgroupManager could add a new method like get_controller_opts, that will be more user-friendly