Merge pull request #18395 from LK4D4/default_cgroup_is_not_daemon

Use /docker as cgroup parent instead of docker
This commit is contained in:
Jess Frazelle 2015-12-17 13:59:00 -08:00
Родитель 5553aab705 4b55765c11
Коммит ff69b23dc0
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -40,7 +40,7 @@ func New() *configs.Config {
{Type: "NEWUSER"},
}),
Cgroups: &configs.Cgroup{
Parent: "docker",
Parent: "/docker",
AllowAllDevices: false,
MemorySwappiness: -1,
},