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
commit 0c752df863
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -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.)