Update containerd and runc
containerd: 837e8c5e1cad013ed57f5c2090c8591c10cbbdae runc: 02f8fa7863dd3f82909a73e2061897828460d52f Signed-off-by: Kenfe-Mickael Laventure <mickael.laventure@gmail.com> Upstream-commit: 7e12c3bb99381f117be73e05c187be6ce44280b9 Component: engine
This commit is contained in:
@ -18,7 +18,7 @@ const (
|
||||
)
|
||||
|
||||
func findCgroupMountpoints() (map[string]string, error) {
|
||||
cgMounts, err := cgroups.GetCgroupMounts()
|
||||
cgMounts, err := cgroups.GetCgroupMounts(false)
|
||||
if err != nil {
|
||||
return nil, fmt.Errorf("Failed to parse cgroup information: %v", err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user