Merge pull request #27160 from mlaventure/update-containerd
Update containerd and runc Upstream-commit: 5ee2c2a6475056f55327ce77b61677499a9e3fa8 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