Merge pull request #18395 from LK4D4/default_cgroup_is_not_daemon
Use /docker as cgroup parent instead of docker Upstream-commit: ff69b23dc09e544fb8ae9dccbd1f7992d2005b70 Component: engine
This commit is contained in:
@ -40,7 +40,7 @@ func New() *configs.Config {
|
||||
{Type: "NEWUSER"},
|
||||
}),
|
||||
Cgroups: &configs.Cgroup{
|
||||
Parent: "docker",
|
||||
Parent: "/docker",
|
||||
AllowAllDevices: false,
|
||||
MemorySwappiness: -1,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user