summaryrefslogtreecommitdiff
path: root/docs/source/markdown/podman-create.1.md
diff options
context:
space:
mode:
authorErik Sjölund <erik.sjolund@gmail.com>2021-04-03 10:05:44 +0200
committerErik Sjölund <erik.sjolund@gmail.com>2021-04-03 14:41:12 +0200
commitcecb7099f5328aa87dc867a637315fca9332bb40 (patch)
treeb713b6886a5369c9b99f34b3aed67c9073ca5a9a /docs/source/markdown/podman-create.1.md
parent1db9053add6501f2c234a6f63bb1e74b5eb89cb0 (diff)
downloadpodman-cecb7099f5328aa87dc867a637315fca9332bb40.tar.gz
podman-cecb7099f5328aa87dc867a637315fca9332bb40.tar.bz2
podman-cecb7099f5328aa87dc867a637315fca9332bb40.zip
Fix typos --uidmapping and --gidmapping
* Fix typos --uidmapping and --gidmapping in podman-run.1.md * Add the corresponding sentence in podman-create.1.md Signed-off-by: Erik Sjölund <erik.sjolund@gmail.com>
Diffstat (limited to 'docs/source/markdown/podman-create.1.md')
-rw-r--r--docs/source/markdown/podman-create.1.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/source/markdown/podman-create.1.md b/docs/source/markdown/podman-create.1.md
index f56319cf3..32dd6d680 100644
--- a/docs/source/markdown/podman-create.1.md
+++ b/docs/source/markdown/podman-create.1.md
@@ -996,8 +996,7 @@ Without this argument the command will be run as root in the container.
#### **\-\-userns**=private
#### **\-\-userns**=*ns:my_namespace*
-Set the user namespace mode for the container. It defaults to the **PODMAN_USERNS** environment variable. An empty value means user namespaces are disabled.
-
+Set the user namespace mode for the container. It defaults to the **PODMAN_USERNS** environment variable. An empty value ("") means user namespaces are disabled unless an explicit mapping is set with the **\-\-uidmap** and **\-\-gidmap** options.
- `auto`: automatically create a namespace. It is possible to specify other options to `auto`. The supported options are
**size=SIZE** to specify an explicit size for the automatic user namespace. e.g. `--userns=auto:size=8192`. If `size` is not specified, `auto` will guess a size for the user namespace.