fixup manager after runc bump

This commit is contained in:
Seth Jennings 2017-08-22 16:33:10 -05:00
parent 749f73148b
commit 2ab9f25f4e

View File

@ -136,7 +136,7 @@ func New(memoryCache *memory.InMemoryCache, sysfs sysfs.SysFs, maxHousekeepingIn
}
// Detect the container we are running on.
selfContainer, err := cgroups.GetThisCgroupDir("cpu")
selfContainer, err := cgroups.GetOwnCgroupPath("cpu")
if err != nil {
return nil, err
}