Browse code

reference: capability `all` should be `ALL`

Signed-off-by: Harald Albers <github@albersweb.de>

Harald Albers authored on 2015/09/22 04:05:33
Showing 1 changed files
... ...
@@ -946,7 +946,7 @@ list of capabilities that are kept. The following table lists the Linux capabili
946 946
 
947 947
 Further reference information is available on the [capabilities(7) - Linux man page](http://linux.die.net/man/7/capabilities)
948 948
 
949
-Both flags support the value `all`, so if the
949
+Both flags support the value `ALL`, so if the
950 950
 operator wants to have all capabilities but `MKNOD` they could use:
951 951
 
952 952
     $ docker run --cap-add=ALL --cap-drop=MKNOD ...