diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-06-17 16:03:12 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-17 16:03:12 +0200 |
commit | 54b9c950050a4165cf1c142174a3cdc729d758fc (patch) | |
tree | f50d1539fe238c119f0e08a080f9f053fb6d817e /docs/podman-run.1.md | |
parent | 877c7aae7573ff00ef4fba02b5f7735f73aceb2f (diff) | |
parent | 0d341170d5dfb8c5e5705278284c2930969a6f53 (diff) | |
download | podman-54b9c950050a4165cf1c142174a3cdc729d758fc.tar.gz podman-54b9c950050a4165cf1c142174a3cdc729d758fc.tar.bz2 podman-54b9c950050a4165cf1c142174a3cdc729d758fc.zip |
Merge pull request #3349 from sshnaidm/master
Fix subgidname option in docs for podman run
Diffstat (limited to 'docs/podman-run.1.md')
-rw-r--r-- | docs/podman-run.1.md | 2 |
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)`. |