diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2022-03-22 22:31:34 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-22 22:31:34 +0100 |
commit | 8a032368ace50b878fa5ca01f3cbdb4f2729f679 (patch) | |
tree | d2aa463d8754d7e8c17e2fc94b01ce6fc1f8465a /docs | |
parent | c840f64e419813f389d88e16294ce916aaf31957 (diff) | |
parent | 3627dfc524e79d5afc64d877bff82502e0a5a46d (diff) | |
download | podman-8a032368ace50b878fa5ca01f3cbdb4f2729f679.tar.gz podman-8a032368ace50b878fa5ca01f3cbdb4f2729f679.tar.bz2 podman-8a032368ace50b878fa5ca01f3cbdb4f2729f679.zip |
Merge pull request #13598 from Luap99/unshare-doc
[CI:DOCS] podman unshare: document that command cannot be used with remote
Diffstat (limited to 'docs')
-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** |