From 977c8a9cd6db70c3ba2f868ea5b6c5e9615bf7bf Mon Sep 17 00:00:00 2001 From: Giuseppe Scrivano Date: Tue, 24 Jul 2018 17:53:10 +0200 Subject: podman: allow to specify the UTS namespace 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 3e401e47b..293cabf68 100644 --- a/docs/podman-create.1.md +++ b/docs/podman-create.1.md @@ -589,6 +589,7 @@ Set the usernamespace mode for the container. The use of userns is disabled by d Set the UTS mode for the container **host**: use the host's UTS namespace inside the container. + **ns**: specify the usernamespace to use. Note: the host mode gives the container access to changing the host's hostname and is therefore considered insecure. **-v**|**--volume**[=*[HOST-DIR:CONTAINER-DIR[:OPTIONS]]*] diff --git a/docs/podman-run.1.md b/docs/podman-run.1.md index c4fe25675..bd1a5d56f 100644 --- a/docs/podman-run.1.md +++ b/docs/podman-run.1.md @@ -620,6 +620,7 @@ Set the usernamespace mode for the container. The use of userns is disabled by d Set the UTS mode for the container `host`: use the host's UTS namespace inside the container. +`ns`: specify the usernamespace to use. **NOTE**: the host mode gives the container access to changing the host's hostname and is therefore considered insecure. -- cgit v1.2.3-54-g00ecf