1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/pkg/sysinfo
Rob Gulewich 256eb04d69 Start containers in their own cgroup namespaces
This is enabled for all containers that are not run with --privileged,
if the kernel supports it.

Fixes #38332

Signed-off-by: Rob Gulewich <rgulewich@netflix.com>
2019-05-07 10:22:16 -07:00
..
numcpu.go Add canonical import comment 2018-02-05 16:51:57 -05:00
numcpu_linux.go Add canonical import comment 2018-02-05 16:51:57 -05:00
numcpu_windows.go Add canonical import comment 2018-02-05 16:51:57 -05:00
README.md Add some basic doc for SysInfo 2015-03-26 23:05:07 -04:00
sysinfo.go Start containers in their own cgroup namespaces 2019-05-07 10:22:16 -07:00
sysinfo_linux.go Start containers in their own cgroup namespaces 2019-05-07 10:22:16 -07:00
sysinfo_linux_test.go Start containers in their own cgroup namespaces 2019-05-07 10:22:16 -07:00
sysinfo_test.go Add canonical import comment 2018-02-05 16:51:57 -05:00
sysinfo_unix.go Add canonical import comment 2018-02-05 16:51:57 -05:00
sysinfo_windows.go Add canonical import comment 2018-02-05 16:51:57 -05:00

SysInfo stores information about which features a kernel supports.