summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2019-10-12 19:14:24 +0200
committerGitHub <noreply@github.com>2019-10-12 19:14:24 +0200
commitcf7e3f3b2fc9e1dd7099f4db0825b83d3a162e3c (patch)
treebe030c77af182191968f9a2ef4ba769dad5f821f
parentb0b350662173b3456224fa64a241d567943655b7 (diff)
parentca80c605233674abf684a1886a8efc6d365c6c8a (diff)
downloadpodman-cf7e3f3b2fc9e1dd7099f4db0825b83d3a162e3c.tar.gz
podman-cf7e3f3b2fc9e1dd7099f4db0825b83d3a162e3c.tar.bz2
podman-cf7e3f3b2fc9e1dd7099f4db0825b83d3a162e3c.zip
Merge pull request #4243 from TomSweeneyRedHat/dev/tsweeney/fixrunmd
Touch up bad math in run man page
-rw-r--r--docs/podman-run.1.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/podman-run.1.md b/docs/podman-run.1.md
index e255119d7..b2baae07a 100644
--- a/docs/podman-run.1.md
+++ b/docs/podman-run.1.md
@@ -289,7 +289,7 @@ on the host system.
Run the container in a new user namespace using the supplied mapping. This option conflicts with the --userns and --subgidname flags.
This option can be passed several times to map different ranges. If calling Podman run as an unprivileged user, the user needs to have the right to use the mapping. See `subuid(5)`.
-The example maps gids 0-2000 in the container to the gids 30000-31999 on the host. `--gidmap=0:30000:2000`
+The example maps gids 0-1999 in the container to the gids 30000-31999 on the host. `--gidmap=0:30000:2000`
**--group-add**=*group*
@@ -800,7 +800,7 @@ standard input.
Run the container in a new user namespace using the supplied mapping. This option conflicts with the --userns and --subuidname flags.
This option can be passed several times to map different ranges. If calling Podman run as an unprivileged user, the user needs to have the right to use the mapping. See `subuid(5)`.
-The example maps uids 0-2000 in the container to the uids 30000-31999 on the host. `--uidmap=0:30000:2000`
+The example maps uids 0-1999 in the container to the uids 30000-31999 on the host. `--uidmap=0:30000:2000`
**--ulimit**=*option*