From 819c80712578cce1d5fd1915a351bc739c7fcb72 Mon Sep 17 00:00:00 2001 From: Giuseppe Scrivano Date: Tue, 24 Jul 2018 17:12:33 +0200 Subject: podman: allow to specify the userns to join Signed-off-by: Giuseppe Scrivano Closes: #1145 Approved by: rhatdan --- docs/podman-create.1.md | 1 + docs/podman-run.1.md | 1 + 2 files changed, 2 insertions(+) (limited to 'docs') diff --git a/docs/podman-create.1.md b/docs/podman-create.1.md index 68b711001..d9165d4cb 100644 --- a/docs/podman-create.1.md +++ b/docs/podman-create.1.md @@ -582,6 +582,7 @@ Without this argument the command will be run as root in the container. Set the usernamespace mode for the container. The use of userns is disabled by default. **host**: use the host usernamespace and enable all privileged options (e.g., `pid=host` or `--privileged`). + **ns**: specify the usernamespace to use. **--uts**=*host* diff --git a/docs/podman-run.1.md b/docs/podman-run.1.md index c03fd7c46..9af9640b0 100644 --- a/docs/podman-run.1.md +++ b/docs/podman-run.1.md @@ -612,6 +612,7 @@ Without this argument the command will be run as root in the container. Set the usernamespace mode for the container. The use of userns is disabled by default. `host`: use the host usernamespace and enable all privileged options (e.g., `pid=host` or `--privileged`). +`ns`: specify the usernamespace to use. **--uts**=*host* -- cgit v1.2.3-54-g00ecf