Pārlūkot izejas kodu

reference: capability `all` should be `ALL`

Signed-off-by: Harald Albers <github@albersweb.de>
Harald Albers 9 gadi atpakaļ
vecāks
revīzija
d37674b44b
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      docs/reference/run.md

+ 1 - 1
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)
 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:
 operator wants to have all capabilities but `MKNOD` they could use:
 
 
     $ docker run --cap-add=ALL --cap-drop=MKNOD ...
     $ docker run --cap-add=ALL --cap-drop=MKNOD ...