mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-30 17:33:50 +08:00
8bbd22d47b
The project was renamed to "Toolbx" to improve searchability back in 2021: <https://github.com/containers/containertoolbx.org/pull/1> The command name and a few other places (environment variables, runtime paths, etc.) kept the previous name for backward compatibility, but otherwise the new name is to be used: <https://github.com/containers/toolbox/pull/1446> --------- Co-authored-by: Darío Hereñú <magallania@gmail.com>
644 B
644 B
toolbox run
Ejecuta un comando en un contenedor existente de Toolbx. Vea también:
toolbox enter. Más información: https://manned.org/toolbox-run.
- Ejecuta un comando dentro de un contenedor específico Toolbx:
toolbox run --container {{nombre_del_contenedor}} {{comando}}
- Ejecuta un comando dentro de un contenedor Toolbx para una liberación específica de una distribución:
toolbox run --distro {{distribución}} --release {{lanzamiento}} {{comando}}
- Ejecuta
emacsdentro de un contenedor Toolbx utilizando la imagen predeterminada de Fedora 39:
toolbox run --distro {{fedora}} --release {{f39}} {{emacs}}