moby--moby/pkg/sysinfo
Akihiro Suda 409bbdc321 cgroup2: enable resource limitation
enable resource limitation by disabling cgroup v1 warnings

resource limitation still doesn't work with rootless mode (even with systemd mode)

Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
2020-01-01 02:58:40 +09:00
..
README.md Add some basic doc for SysInfo 2015-03-26 23:05:07 -04:00
numcpu.go Add canonical import comment 2018-02-05 16:51:57 -05:00
numcpu_linux.go Use functions from x/sys/unix to get number of CPUs on Linux 2019-06-18 19:26:56 +02:00
numcpu_windows.go Use functions from x/sys/unix to get number of CPUs on Linux 2019-06-18 19:26:56 +02:00
sysinfo.go Use functions from x/sys/unix to get number of CPUs on Linux 2019-06-18 19:26:56 +02:00
sysinfo_linux.go cgroup2: enable resource limitation 2020-01-01 02:58:40 +09: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

README.md

SysInfo stores information about which features a kernel supports.