doc/toolbox-run: Skip implementation bits, keep user-visible behaviour
This reverts parts of commit ea452d7ced
.
https://github.com/containers/toolbox/pull/814
This commit is contained in:
parent
42e17cead2
commit
4391b5846c
1 changed files with 4 additions and 9 deletions
|
@ -13,13 +13,9 @@ toolbox\-run - Run a command in an existing toolbox container
|
|||
Runs a command inside an existing toolbox container. The container should have
|
||||
been created using the `toolbox create` command.
|
||||
|
||||
`toolbox run` wraps around `podman exec` and by default passes several options
|
||||
to it. It allocates a tty, connects to stdin, runs the passed command as the
|
||||
current user in the current directory and shares common environmental
|
||||
variables.
|
||||
|
||||
The executed command is wrapped in `capsh` that gets rid of all extra
|
||||
capabilities that could negatively affect the experience.
|
||||
On Fedora, the default container is known as `fedora-toolbox-N`, where N is
|
||||
the release of the host. A specific container can be selected using the
|
||||
`--container` option.
|
||||
|
||||
A toolbox container is an OCI container. Therefore, `toolbox run` is analogous
|
||||
to a `podman start` followed by a `podman exec`.
|
||||
|
@ -66,5 +62,4 @@ $ toolbox run --container foo uptime
|
|||
|
||||
## SEE ALSO
|
||||
|
||||
`toolbox(1)`, `podman(1)`, `podman-exec(1)`, `podman-start(1)`, `capsh(1)`,
|
||||
`sh(1)`
|
||||
`toolbox(1)`, `podman(1)`, `podman-exec(1)`, `podman-start(1)`
|
||||
|
|
Loading…
Reference in a new issue