-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
distrobox: add Spanish translation (#15335)
- Loading branch information
Showing
1 changed file
with
38 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
# distrobox | ||
|
||
> Utiliza cualquier distribución Linux dentro de su terminal en un contenedor. | ||
> Instala y utiliza paquetes dentro de la misma, mientras se integra estrechamente con el sistema operativo anfitrión, compartiendo el almacenamiento (directorio `home`) y el hardware. | ||
> Nota: Utiliza Podman o Docker para crear sus contenedores. | ||
> Más información: <https://github.com/89luca89/distrobox>. | ||
- Muestra documentación para crear contenedores: | ||
|
||
`tldr distrobox-create` | ||
|
||
- Muestra documentación para listar la información del contenedor: | ||
|
||
`tldr distrobox-list` | ||
|
||
- Muestra documentación para entrar en el contenedor: | ||
|
||
`tldr distrobox-enter` | ||
|
||
- Muestra documentación para ejecutar un comando en el anfitrión desde dentro de un contenedor: | ||
|
||
`tldr distrobox-host-exec` | ||
|
||
- Muestra documentación para exportar aplicación/servicio/binario del contenedor al host: | ||
|
||
`tldr distrobox-export` | ||
|
||
- Muestra documentación para actualizar contenedores: | ||
|
||
`tldr distrobox-upgrade` | ||
|
||
- Muestra documentación para detener los contenedores: | ||
|
||
`tldr distrobox-stop` | ||
|
||
- Muestra documentación para la eliminación de contenedores: | ||
|
||
`tldr distrobox-rm` |