Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correct path of cgroup when running a container in a container #132

Merged
merged 1 commit into from
May 13, 2024

Commits on Apr 16, 2024

  1. cgroup: collect path of cgroup when running a container in a container

    Path of cgroup is wrong when running a container in a container. Use
    the root path of mountinfo fetched from /proc/$(shim_pid)/mountinfo
    to trim the path obtained from /proc/self/mountinfo.
    
    Fixes: kata-containers#131
    
    Signed-off-by: 乔琛 10307740 <qiao.chen@zte.com.cn>
    aa624545345 committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    4005ad8 View commit details
    Browse the repository at this point in the history