diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2022-01-23 07:30:13 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-23 07:30:13 -0500 |
commit | c96aa23adb9f1cb7e195d3585a2c78af7aab2ce5 (patch) | |
tree | 7a5f7f37eda9dafb9f185019b7dfaf1c2722ec0d | |
parent | d847ad598d752dad479250b7f289858cc272cb04 (diff) | |
parent | e68d188f648b614523876a8fbd0d61412cb87232 (diff) | |
download | podman-c96aa23adb9f1cb7e195d3585a2c78af7aab2ce5.tar.gz podman-c96aa23adb9f1cb7e195d3585a2c78af7aab2ce5.tar.bz2 podman-c96aa23adb9f1cb7e195d3585a2c78af7aab2ce5.zip |
Merge pull request #12979 from eriksjolund/fix_typo_subpordinate
[CI:DOCS] fix typo subpordinate
-rw-r--r-- | docs/source/markdown/podman-create.1.md | 2 | ||||
-rw-r--r-- | docs/source/markdown/podman-run.1.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/markdown/podman-create.1.md b/docs/source/markdown/podman-create.1.md index 62028de40..6d69b2628 100644 --- a/docs/source/markdown/podman-create.1.md +++ b/docs/source/markdown/podman-create.1.md @@ -1197,7 +1197,7 @@ 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` subpordinate 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 `auto` options currently does not work in rootless mode Valid `auto` options: diff --git a/docs/source/markdown/podman-run.1.md b/docs/source/markdown/podman-run.1.md index efd60b46d..b96abeaa2 100644 --- a/docs/source/markdown/podman-run.1.md +++ b/docs/source/markdown/podman-run.1.md @@ -1269,7 +1269,7 @@ 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` subpordinate 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 `auto` options currently does not work in rootless mode Valid `auto` options: |