From d37674b44b4b843dcdd2626b58645d9ffef2cb6e Mon Sep 17 00:00:00 2001 From: Harald Albers Date: Mon, 21 Sep 2015 21:05:33 +0200 Subject: [PATCH] reference: capability `all` should be `ALL` Signed-off-by: Harald Albers --- 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 d00c7d9bc6..6e109341f2 100644 --- a/docs/reference/run.md +++ b/docs/reference/run.md @@ -946,7 +946,7 @@ list of capabilities that are kept. The following table lists the Linux capabili Further reference information is available on the [capabilities(7) - Linux man page](http://linux.die.net/man/7/capabilities) -Both flags support the value `all`, so if the +Both flags support the value `ALL`, so if the operator wants to have all capabilities but `MKNOD` they could use: $ docker run --cap-add=ALL --cap-drop=MKNOD ...