Signed-off-by: Hao Zhang <21521210@zju.edu.cn>
| ... | ... |
@@ -1083,7 +1083,7 @@ By default, Docker containers are "unprivileged" and cannot, for |
| 1083 | 1083 |
example, run a Docker daemon inside a Docker container. This is because |
| 1084 | 1084 |
by default a container is not allowed to access any devices, but a |
| 1085 | 1085 |
"privileged" container is given access to all devices (see |
| 1086 |
-the documentation on [cgroups devices](https://www.kernel.org/doc/Documentation/cgroups/devices.txt)). |
|
| 1086 |
+the documentation on [cgroups devices](https://www.kernel.org/doc/Documentation/cgroup-v1/devices.txt)). |
|
| 1087 | 1087 |
|
| 1088 | 1088 |
When the operator executes `docker run --privileged`, Docker will enable |
| 1089 | 1089 |
to access to all devices on the host as well as set some configuration |