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:
Kenfe-Mickael Laventure
2016-09-29 11:02:38 -07:00
parent 3a03b98841
commit 6e5d016ba6
18 changed files with 84 additions and 86 deletions

View File

@ -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)
}