mirror of
https://github.com/docker/docs.git
synced 2026-03-28 06:49:00 +07:00
The cleanup to sysinfo package introduced a regression. If memory cgroup isn't supported and --memory is specified when starting a container, we should return info instead of nil in checkCgroupMem(), otherwise we'll access a nil pointer. Signed-off-by: Zefan Li <lizefan@huawei.com>
SysInfo stores information about which features a kernel supports.