1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Merge pull request #21799 from coolljt0725/fix_docs

Correct the description of --group-add in run.md
This commit is contained in:
Sebastiaan van Stijn 2016-04-06 10:02:32 -07:00
commit bbcbed3b54

View file

@ -1056,7 +1056,7 @@ Both flags take limits in the `<device-path>:<limit>` format. Both read and
write rates must be a positive integer.
## Additional groups
--group-add: Add Linux capabilities
--group-add: Add additional groups to run as
By default, the docker container process runs with the supplementary groups looked
up for the specified user. If one wants to add more to that list of groups, then