Merge pull request #304 from konstruktoid/issue_294

Remove line numbers from caps link
This commit is contained in:
John Mulhausen 2016-10-28 02:57:26 -07:00 committed by GitHub
commit 14a611f87e
1 changed files with 1 additions and 1 deletions

View File

@ -197,7 +197,7 @@ to the host.
This won't affect regular web apps; but malicious users will find that
the arsenal at their disposal has shrunk considerably! By default Docker
drops all capabilities except [those
needed](https://github.com/docker/docker/blob/master/oci/defaults_linux.go#L64-L79),
needed](https://github.com/docker/docker/blob/master/oci/defaults_linux.go#L62-L77),
a whitelist instead of a blacklist approach. You can see a full list of
available capabilities in [Linux
manpages](http://man7.org/linux/man-pages/man7/capabilities.7.html).