summaryrefslogtreecommitdiff
path: root/docs/podman-run.1.md
diff options
context:
space:
mode:
authorSagi Shnaidman <sshnaidm@redhat.com>2019-06-17 15:44:55 +0300
committerSagi Shnaidman <sshnaidm@redhat.com>2019-06-17 15:48:29 +0300
commit0d341170d5dfb8c5e5705278284c2930969a6f53 (patch)
tree34dbcc3053ae74567e02db45305982e3d5c59cad /docs/podman-run.1.md
parent670fc030886938b4ee93aa2ddd5db6c947bd975a (diff)
downloadpodman-0d341170d5dfb8c5e5705278284c2930969a6f53.tar.gz
podman-0d341170d5dfb8c5e5705278284c2930969a6f53.tar.bz2
podman-0d341170d5dfb8c5e5705278284c2930969a6f53.zip
Fix subgidname option in docs for podman run
Signed-off-by: Sagi Shnaidman <sshnaidm@redhat.com>
Diffstat (limited to 'docs/podman-run.1.md')
-rw-r--r--docs/podman-run.1.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/podman-run.1.md b/docs/podman-run.1.md
index eca98514b..123f7ee5f 100644
--- a/docs/podman-run.1.md
+++ b/docs/podman-run.1.md
@@ -669,7 +669,7 @@ Signal to stop a container. Default is SIGTERM.
Timeout (in seconds) to stop a container. Default is 10.
-**--subuidname**=*name*
+**--subgidname**=*name*
Run the container in a new user namespace using the map with 'name' in the `/etc/subgid` file.
If calling podman run as an unprivileged user, the user needs to have the right to use the mapping. See `subgid(5)`.