moby--moby/runconfig
Rob Gulewich 072400fc4b Make cgroup namespaces configurable
This adds both a daemon-wide flag and a container creation property:
- Set the `CgroupnsMode: "host|private"` HostConfig property at
  container creation time to control what cgroup namespace the container
  is created in
- Set the `--default-cgroupns-mode=host|private` daemon flag to control
  what cgroup namespace containers are created in by default
- Set the default if the daemon flag is unset to "host", for backward
  compatibility
- Default to CgroupnsMode: "host" for client versions < 1.40

Signed-off-by: Rob Gulewich <rgulewich@netflix.com>
2019-05-07 10:22:16 -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 Add canonical import comment 2018-02-05 16:51:57 -05:00
config_test.go Update tests to use gotest.tools 👼 2018-06-13 09:04:30 +02: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 Make cgroup namespaces configurable 2019-05-07 10:22:16 -07:00
hostconfig_unix.go Add canonical import comment 2018-02-05 16:51:57 -05: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