moby--moby/runconfig
Kir Kolyshkin afbeaf6f29 pkg/sysinfo: rm duplicates
The CPU CFS cgroup-aware scheduler is one single kernel feature, not
two, so it does not make sense to have two separate booleans
(CPUCfsQuota and CPUCfsPeriod). Merge these into CPUCfs.

Same for CPU realtime.

For compatibility reasons, /info stays the same for now.

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
2020-06-26 16:19:52 -07:00
..
fixtures Move the runconfig.Parse() function into the runconfig/opts package. 2016-01-04 12:06:29 -05:00
opts Add canonical import comment 2018-02-05 16:51:57 -05:00
config.go cgroup2: implement `docker info` 2020-04-17 07:20:01 +09:00
config_test.go cgroup2: implement `docker info` 2020-04-17 07:20:01 +09:00
config_unix.go Add canonical import comment 2018-02-05 16:51:57 -05:00
config_windows.go Add canonical import comment 2018-02-05 16:51:57 -05:00
errors.go Add canonical import comment 2018-02-05 16:51:57 -05:00
hostconfig.go Add canonical import comment 2018-02-05 16:51:57 -05:00
hostconfig_test.go pkg/sysinfo: rm duplicates 2020-06-26 16:19:52 -07:00
hostconfig_unix.go pkg/sysinfo: rm duplicates 2020-06-26 16:19:52 -07:00
hostconfig_windows.go Add canonical import comment 2018-02-05 16:51:57 -05:00
hostconfig_windows_test.go Add canonical import comment 2018-02-05 16:51:57 -05:00