Skip to content

Commit

Permalink
Merge pull request moby#16465 from albers/reference-capability-all
Browse files Browse the repository at this point in the history
reference: capability `all` should be `ALL`
  • Loading branch information
tiborvass committed Sep 21, 2015
2 parents a8eba11 + d37674b commit 985b7ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/run.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 ...
Expand Down

0 comments on commit 985b7ec

Please sign in to comment.