Browse code

remove extra word

Signed-off-by: Ben Bodenmiller <bbodenmiller@hotmail.com>

Ben Bodenmiller authored on 2017/04/25 15:42:40
Showing 1 changed files
... ...
@@ -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