diff options
author | Paul Holzinger <pholzing@redhat.com> | 2022-03-22 17:52:28 +0100 |
---|---|---|
committer | Matthew Heon <mheon@redhat.com> | 2022-03-30 15:36:05 -0400 |
commit | 98677c2f04fd5d2ac0f87aeb79d8cf7162865c2e (patch) | |
tree | 778b3d3fde14a098bcc5c5ab98b461371b9dbfed | |
parent | 89a4466ee8944df5976a62e50ef67ba0beef033d (diff) | |
download | podman-98677c2f04fd5d2ac0f87aeb79d8cf7162865c2e.tar.gz podman-98677c2f04fd5d2ac0f87aeb79d8cf7162865c2e.tar.bz2 podman-98677c2f04fd5d2ac0f87aeb79d8cf7162865c2e.zip |
podman unshare: document that command cannot be used with remote
Fixes #13596
Signed-off-by: Paul Holzinger <pholzing@redhat.com>
-rw-r--r-- | docs/source/markdown/podman-unshare.1.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/source/markdown/podman-unshare.1.md b/docs/source/markdown/podman-unshare.1.md index 01393a862..db1bc5387 100644 --- a/docs/source/markdown/podman-unshare.1.md +++ b/docs/source/markdown/podman-unshare.1.md @@ -4,7 +4,7 @@ podman\-unshare - Run a command inside of a modified user namespace ## SYNOPSIS -**podman unshare** [*--*] [*command*] +**podman unshare** [*options*] [*command*] ## DESCRIPTION Launches a process (by default, *$SHELL*) in a new user namespace. The user @@ -24,6 +24,8 @@ The unshare session defines two environment variables: - **CONTAINERS_GRAPHROOT**: the path to the persistent container's data. - **CONTAINERS_RUNROOT**: the path to the volatile container's data. +*IMPORTANT: This command is not available with the remote Podman client.* + ## OPTIONS #### **--help**, **-h** |