mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +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>
734 B
734 B
toolbox create
Crea un nuevo contenedor de Toolbx. Más información: https://manned.org/toolbox-create.
- Crea un contenedor para una distribución específica:
toolbox create --distro {{distribución}}
- Crea un contenedor de Toolbx para una liberación específica de la distribución actual:
toolbox create --release {{liberación}}
- Crea un contenedor de Toolbx con una imagen personalizada:
toolbox create --image {{nombre}}
- Crea un contenedor de Toolbx de una imagen personalizada de Fedora:
toolbox create --image {{registry.fedoraproject.org/fedora-toolbox:39}}
- Crea un contenedor Toolbx utilizando la imagen predeterminada de Fedora 39:
toolbox create --distro {{fedora}} --release {{f39}}