Add support for systemd cgroups in runc

Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
This commit is contained in:
Mrunal Patel
2016-03-21 12:53:46 -07:00
parent 24142a8514
commit 7e91a96605
4 changed files with 49 additions and 19 deletions
+1 -1
View File
@@ -92,7 +92,7 @@ using the runc checkpoint command.`,
if err != nil {
fatal(err)
}
config, err := createLibcontainerConfig(id, spec)
config, err := createLibcontainerConfig(id, context.GlobalBool("systemd-cgroup"), spec)
if err != nil {
fatal(err)
}