소스 검색

Merge pull request #21799 from coolljt0725/fix_docs

Correct the description of --group-add in run.md
Sebastiaan van Stijn 9 년 전
부모
커밋
bbcbed3b54
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/reference/run.md

+ 1 - 1
docs/reference/run.md

@@ -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