mirror of
https://github.com/containers/podman.git
synced 2025-07-15 03:02:52 +08:00
Cleanup documentation on --userns=auto
Fixes: https://github.com/containers/podman/issues/17134 Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
@ -22,7 +22,7 @@ Valid _mode_ values are:
|
||||
|
||||
**auto**[:_OPTIONS,..._]: automatically create a unique user namespace.
|
||||
|
||||
The `--userns=auto` flag, requires that the user name `containers` and a range of subordinate user ids that the Podman container is allowed to use be specified in the /etc/subuid and /etc/subgid files.
|
||||
The `--userns=auto` flag requires that the user name __containers__ be specified in the /etc/subuid and /etc/subgid files, with an unused range of subordinate user IDs that Podman containers are allowed to allocate. See subuid(5).
|
||||
|
||||
Example: `containers:2147483647:2147483648`.
|
||||
|
||||
|
Reference in New Issue
Block a user