mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
update cgroup link in doc of run
Signed-off-by: Hao Zhang <21521210@zju.edu.cn>
This commit is contained in:
parent
d6176bb03a
commit
8fec7c26d4
1 changed files with 1 additions and 1 deletions
|
@ -1083,7 +1083,7 @@ By default, Docker containers are "unprivileged" and cannot, for
|
|||
example, run a Docker daemon inside a Docker container. This is because
|
||||
by default a container is not allowed to access any devices, but a
|
||||
"privileged" container is given access to all devices (see
|
||||
the documentation on [cgroups devices](https://www.kernel.org/doc/Documentation/cgroups/devices.txt)).
|
||||
the documentation on [cgroups devices](https://www.kernel.org/doc/Documentation/cgroup-v1/devices.txt)).
|
||||
|
||||
When the operator executes `docker run --privileged`, Docker will enable
|
||||
to access to all devices on the host as well as set some configuration
|
||||
|
|
Loading…
Add table
Reference in a new issue