diff options
author | Paul Holzinger <pholzing@redhat.com> | 2022-03-22 17:52:28 +0100 |
---|---|---|
committer | Paul Holzinger <pholzing@redhat.com> | 2022-03-22 17:54:37 +0100 |
commit | 3627dfc524e79d5afc64d877bff82502e0a5a46d (patch) | |
tree | 39b0e5a5af26b5c49bbd1ce9ef1ec877899858c8 /docs/source/markdown/podman-unshare.1.md | |
parent | b4b8b8b5374967f9a98aef6c9793c51342d54b9d (diff) | |
download | podman-3627dfc524e79d5afc64d877bff82502e0a5a46d.tar.gz podman-3627dfc524e79d5afc64d877bff82502e0a5a46d.tar.bz2 podman-3627dfc524e79d5afc64d877bff82502e0a5a46d.zip |
podman unshare: document that command cannot be used with remote
Fixes #13596
Signed-off-by: Paul Holzinger <pholzing@redhat.com>
Diffstat (limited to 'docs/source/markdown/podman-unshare.1.md')
-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** |