mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-27 02:37:53 +00:00
Merge pull request #19808 from zeehio/minor-doc-fixes
[CI:DOCS] Fix gidmap command in example
This commit is contained in:
commit
bb9256a39d
1 changed files with 1 additions and 1 deletions
|
|
@ -183,7 +183,7 @@ process in the container will belong to group `100000`, and files belonging
|
|||
to group `2000` in the host will appear as being owned by group `100000`
|
||||
inside the container.
|
||||
|
||||
podman run --group-add=keep-groups --gidmap="+100000:@2000" ...
|
||||
podman run --group-add=keep-groups --gidmap="+g100000:@2000" ...
|
||||
|
||||
`No subordinate UIDs`
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue