Merge pull request #21581 from lsm5/docs-userns

[CI:DOCS] fix userns.pod.md mapping table
This commit is contained in:
openshift-merge-bot[bot]
2024-02-09 12:44:10 +00:00
committed by GitHub

View File

@ -11,6 +11,7 @@ Rootless user --userns=Key mappings:
Key | Host User | Container User
----------|---------------|---------------------
"" |$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.)
auto |$UID | nil (Host User UID is not mapped into container.)
nomap |$UID | nil (Host User UID is not mapped into container.)