зеркало из https://github.com/microsoft/docker.git
Merge pull request #18395 from LK4D4/default_cgroup_is_not_daemon
Use /docker as cgroup parent instead of docker
This commit is contained in:
Коммит
ff69b23dc0
|
@ -40,7 +40,7 @@ func New() *configs.Config {
|
|||
{Type: "NEWUSER"},
|
||||
}),
|
||||
Cgroups: &configs.Cgroup{
|
||||
Parent: "docker",
|
||||
Parent: "/docker",
|
||||
AllowAllDevices: false,
|
||||
MemorySwappiness: -1,
|
||||
},
|
||||
|
|
Загрузка…
Ссылка в новой задаче