moby--moby/pkg/sysinfo
Sebastiaan van Stijn 6458f750e1
use containerd/cgroups to detect cgroups v2
libcontainer does not guarantee a stable API, and is not intended
for external consumers.

this patch replaces some uses of libcontainer/cgroups with
containerd/cgroups.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-11-09 15:00:32 +01:00
..
README.md
cgroup2_linux.go
numcpu.go
numcpu_linux.go
numcpu_windows.go
sysinfo.go
sysinfo_linux.go use containerd/cgroups to detect cgroups v2 2020-11-09 15:00:32 +01:00
sysinfo_linux_test.go
sysinfo_test.go
sysinfo_unix.go
sysinfo_windows.go

README.md

SysInfo stores information about which features a kernel supports.