Rename SystemProperties to Sysctl and make it available in the runc config

Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
This commit is contained in:
Mrunal Patel
2015-07-06 19:18:08 -04:00
parent d61480ea3d
commit 8ea6c65d12
4 changed files with 6 additions and 5 deletions
+1
View File
@@ -211,6 +211,7 @@ func createLibcontainerConfig(spec *specs.LinuxSpec) (*configs.Config, error) {
"/proc/sys", "/proc/sysrq-trigger", "/proc/irq", "/proc/bus",
}
}
config.Sysctl = spec.Linux.Sysctl
return config, nil
}