distrobox-create: add Spanish translation (#15336)

This commit is contained in:
Igor Támara
2024-12-26 13:33:30 -05:00
committed by GitHub
parent a9902d343d
commit cb3f31fb02

View File

@@ -0,0 +1,13 @@
# distrobox-create
> Crea un contenedor Distrobox. Véase también: `tldr distrobox`.
> El contenedor creado se integrará estrechamente con el anfitrión, permitiendo compartir el directorio HOME del usuario, almacenamiento externo, dispositivos USB externos, aplicaciones gráficas (X11/Wayland) y audio.
> Más información: <https://distrobox.it/usage/distrobox-create>.
- Crea un contenedor Distrobox utilizando la imagen Ubuntu:
`distrobox-create {{nombre_del_contenedor}} --image {{ubuntu:latest}}`
- Clona un contenedor Distrobox:
`distrobox-create --clone {{nombre_del_contenedor}} {{nombre_del_contenedor_clonado}}`