mirror of
https://github.com/docker/cli.git
synced 2026-01-15 07:40:57 +03:00
Such nodes could already be created by importing a tarball to a container; now they can be created from within the container itself. This gives non-privileged containers the mknod kernel capability, and modifies their cgroup settings to allow creation of *any* node, not just whitelisted ones. Use of such nodes is still controlled by the existing cgroup whitelist. Docker-DCO-1.1-Signed-off-by: Kevin Wallace <kevin@pentabarf.net> (github: kevinwallace) Upstream-commit: c94111b61988ad32d87f99d4421cbcde018c3fb4 Component: engine