From 5c69e4fa943742c9f873c480b8649c3d83d7ffba Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Tue, 15 Nov 2016 21:59:21 +0100 Subject: [PATCH] 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 --- docs/reference/run.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/reference/run.md b/docs/reference/run.md index cda3957570..6ddab7550d 100644 --- a/docs/reference/run.md +++ b/docs/reference/run.md @@ -1238,10 +1238,6 @@ since Docker 1.12. In Docker 1.10 and 1.11 this did not happen and it may be nec to use a custom seccomp profile or use `--security-opt seccomp=unconfined` when adding capabilities. -It is only possible to grant capabilities to a container running as a user other than `root` -on a system with a Linux kernel version of 4.3 or later, as this requires "ambient capabilities" -to be granted. These will be added if the kernel allows it from Docker version 1.13. - ## Logging drivers (--log-driver) The container can have a different logging driver than the Docker daemon. Use