mirror of
https://github.com/containers/podman.git
synced 2025-06-23 10:38:20 +08:00
Merge pull request #21581 from lsm5/docs-userns
[CI:DOCS] fix userns.pod.md mapping table
This commit is contained in:
@ -11,6 +11,7 @@ Rootless user --userns=Key mappings:
|
|||||||
Key | Host User | Container User
|
Key | Host User | Container User
|
||||||
----------|---------------|---------------------
|
----------|---------------|---------------------
|
||||||
"" |$UID |0 (Default User account mapped to root user in container.)
|
"" |$UID |0 (Default User account mapped to root user in container.)
|
||||||
|
host |$UID |0 (Default User account mapped to root user in container.)
|
||||||
keep-id |$UID |$UID (Map user account to same UID within container.)
|
keep-id |$UID |$UID (Map user account to same UID within container.)
|
||||||
auto |$UID | nil (Host User UID is not mapped into container.)
|
auto |$UID | nil (Host User UID is not mapped into container.)
|
||||||
nomap |$UID | nil (Host User UID is not mapped into container.)
|
nomap |$UID | nil (Host User UID is not mapped into container.)
|
||||||
|
Reference in New Issue
Block a user