diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2022-08-30 10:32:23 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-30 10:32:23 -0400 |
commit | 57441b4c7127b30d9327cb4dfa189c8b9fc33ac5 (patch) | |
tree | e17b067780e552c94812354ec7e1cb514088bfae /docs/source/markdown/options | |
parent | 40627e08a4ec866cad31d98cd7ff1786e7535745 (diff) | |
parent | 62d87aa9ba75ceac924ca8e81d5a9908591c5b56 (diff) | |
download | podman-57441b4c7127b30d9327cb4dfa189c8b9fc33ac5.tar.gz podman-57441b4c7127b30d9327cb4dfa189c8b9fc33ac5.tar.bz2 podman-57441b4c7127b30d9327cb4dfa189c8b9fc33ac5.zip |
Merge pull request #15545 from edsantiago/docs_dedup_subxidname
[CI:DOCS] Man pages: refactor common options: --subXidname
Diffstat (limited to 'docs/source/markdown/options')
-rw-r--r-- | docs/source/markdown/options/subgidname.md | 5 | ||||
-rw-r--r-- | docs/source/markdown/options/subuidname.md | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/docs/source/markdown/options/subgidname.md b/docs/source/markdown/options/subgidname.md new file mode 100644 index 000000000..1ca0496d0 --- /dev/null +++ b/docs/source/markdown/options/subgidname.md @@ -0,0 +1,5 @@ +#### **--subgidname**=*name* + +Run the container in a new user namespace using the map with _name_ in the _/etc/subgid_ file. +If running rootless, the user needs to have the right to use the mapping. See **subgid**(5). +This flag conflicts with **--userns** and **--gidmap**. diff --git a/docs/source/markdown/options/subuidname.md b/docs/source/markdown/options/subuidname.md new file mode 100644 index 000000000..bd7b61575 --- /dev/null +++ b/docs/source/markdown/options/subuidname.md @@ -0,0 +1,5 @@ +#### **--subuidname**=*name* + +Run the container in a new user namespace using the map with _name_ in the _/etc/subuid_ file. +If running rootless, the user needs to have the right to use the mapping. See **subuid**(5). +This flag conflicts with **--userns** and **--uidmap**. |