Browse code

Revert reference docs for ambient capabilities

This feature was reverted for docker 1.13
in c5251f7116e3d9095a7169fc31bd170dff997c2e,
so removing the documentation as well.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>

Sebastiaan van Stijn authored on 2016/11/16 05:59:21
Showing 1 changed files
... ...
@@ -1238,10 +1238,6 @@ since Docker 1.12. In Docker 1.10 and 1.11 this did not happen and it may be nec
1238 1238
 to use a custom seccomp profile or use `--security-opt seccomp=unconfined` when adding
1239 1239
 capabilities.
1240 1240
 
1241
-It is only possible to grant capabilities to a container running as a user other than `root`
1242
-on a system with a Linux kernel version of 4.3 or later, as this requires "ambient capabilities"
1243
-to be granted. These will be added if the kernel allows it from Docker version 1.13.
1244
-
1245 1241
 ## Logging drivers (--log-driver)
1246 1242
 
1247 1243
 The container can have a different logging driver than the Docker daemon. Use