mirror of https://github.com/containers/podman.git
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:
commit
8a032368ac
|
@ -4,7 +4,7 @@
|
||||||
podman\-unshare - Run a command inside of a modified user namespace
|
podman\-unshare - Run a command inside of a modified user namespace
|
||||||
|
|
||||||
## SYNOPSIS
|
## SYNOPSIS
|
||||||
**podman unshare** [*--*] [*command*]
|
**podman unshare** [*options*] [*command*]
|
||||||
|
|
||||||
## DESCRIPTION
|
## DESCRIPTION
|
||||||
Launches a process (by default, *$SHELL*) in a new user namespace. The user
|
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_GRAPHROOT**: the path to the persistent container's data.
|
||||||
- **CONTAINERS_RUNROOT**: the path to the volatile 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
|
## OPTIONS
|
||||||
|
|
||||||
#### **--help**, **-h**
|
#### **--help**, **-h**
|
||||||
|
|
Loading…
Reference in New Issue