From 9ed258872ab984d29f6c69d876f803284d699f9c Mon Sep 17 00:00:00 2001 From: Ben Bodenmiller Date: Mon, 24 Apr 2017 23:42:40 -0700 Subject: [PATCH] remove extra word Signed-off-by: Ben Bodenmiller --- docs/reference/run.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/run.md b/docs/reference/run.md index 0681bfd679..d648ad7808 100644 --- a/docs/reference/run.md +++ b/docs/reference/run.md @@ -1123,7 +1123,7 @@ by default a container is not allowed to access any devices, but a 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 +access to all devices on the host as well as set some configuration in AppArmor or SELinux to allow the container nearly all the same access to the host as processes running outside containers on the host. Additional information about running with `--privileged` is available on the