mirror of
https://github.com/containers/podman.git
synced 2025-06-25 03:52:15 +08:00
Merge pull request #3349 from sshnaidm/master
Fix subgidname option in docs for podman run
This commit is contained in:
@ -669,7 +669,7 @@ Signal to stop a container. Default is SIGTERM.
|
|||||||
|
|
||||||
Timeout (in seconds) to stop a container. Default is 10.
|
Timeout (in seconds) to stop a container. Default is 10.
|
||||||
|
|
||||||
**--subuidname**=*name*
|
**--subgidname**=*name*
|
||||||
|
|
||||||
Run the container in a new user namespace using the map with 'name' in the `/etc/subgid` file.
|
Run the container in a new user namespace using the map with 'name' in the `/etc/subgid` file.
|
||||||
If calling podman run as an unprivileged user, the user needs to have the right to use the mapping. See `subgid(5)`.
|
If calling podman run as an unprivileged user, the user needs to have the right to use the mapping. See `subgid(5)`.
|
||||||
|
Reference in New Issue
Block a user