Merge pull request #13598 from Luap99/unshare-doc

[CI:DOCS] podman unshare: document that command cannot be used with remote
This commit is contained in:
OpenShift Merge Robot 2022-03-22 22:31:34 +01:00 committed by GitHub
commit 8a032368ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -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**