Signed-off-by: Ben Bodenmiller <bbodenmiller@hotmail.com>
| ... | ... |
@@ -1123,7 +1123,7 @@ by default a container is not allowed to access any devices, but a |
| 1123 | 1123 |
the documentation on [cgroups devices](https://www.kernel.org/doc/Documentation/cgroup-v1/devices.txt)). |
| 1124 | 1124 |
|
| 1125 | 1125 |
When the operator executes `docker run --privileged`, Docker will enable |
| 1126 |
-to access to all devices on the host as well as set some configuration |
|
| 1126 |
+access to all devices on the host as well as set some configuration |
|
| 1127 | 1127 |
in AppArmor or SELinux to allow the container nearly all the same access to the |
| 1128 | 1128 |
host as processes running outside containers on the host. Additional |
| 1129 | 1129 |
information about running with `--privileged` is available on the |