diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2022-04-12 05:50:43 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-12 05:50:43 -0400 |
commit | 0ebd2882f48155daf7b4cc8acbe53a570ac1aceb (patch) | |
tree | 0d867eed2921a40ec9da6c5437ce2a1584c687e3 /docs/source | |
parent | e5d86aa35b2eca7451491e9f2b8d2f7a8a4b8477 (diff) | |
parent | 923d454b2fbea052148217136629f4590b8699b0 (diff) | |
download | podman-0ebd2882f48155daf7b4cc8acbe53a570ac1aceb.tar.gz podman-0ebd2882f48155daf7b4cc8acbe53a570ac1aceb.tar.bz2 podman-0ebd2882f48155daf7b4cc8acbe53a570ac1aceb.zip |
Merge pull request #13821 from eriksjolund/fix_userns_auto_docs
[CI:DOCS] Rewrite rootless --userns=auto docs
Diffstat (limited to 'docs/source')
-rw-r--r-- | docs/source/markdown/podman-run.1.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/source/markdown/podman-run.1.md b/docs/source/markdown/podman-run.1.md index e9176e0b6..e4ccd0368 100644 --- a/docs/source/markdown/podman-run.1.md +++ b/docs/source/markdown/podman-run.1.md @@ -1288,7 +1288,8 @@ The `--userns=auto` flag, requires that the user name `containers` and a range o Example: `containers:2147483647:2147483648`. -Podman allocates unique ranges of UIDs and GIDs from the `containers` subordinate user ids. The size of the ranges is based on the number of UIDs required in the image. The number of UIDs and GIDs can be overridden with the `size` option. The `auto` options currently does not work in rootless mode +Podman allocates unique ranges of UIDs and GIDs from the `containers` subordinate user ids. The size of the ranges is based on the number of UIDs required in the image. The number of UIDs and GIDs can be overridden with the `size` option. +The rootless option `--userns=keep-id` uses all the subuids and subgids of the user. Using `--userns=auto` when starting new containers will not work as long as any containers exist that were started with `--userns=keep-id`. Valid `auto` options: |