1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-03 22:15:42 +02:00

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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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}}`