diff --git a/doc/toolbox-run.1.md b/doc/toolbox-run.1.md index e34f93b..b65547d 100644 --- a/doc/toolbox-run.1.md +++ b/doc/toolbox-run.1.md @@ -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)`