1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-23 15:15:28 +02:00

distrobox-enter: add Spanish translation (#15337)

Co-authored-by: Darío Hereñú <magallania@gmail.com>
This commit is contained in:
Igor Támara 2024-12-26 13:33:06 -05:00 committed by GitHub
parent b28e6a47fe
commit a9902d343d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,17 @@
# distrobox-enter
> Entra a un contenedor Distrobox. Véase también: `tldr distrobox`.
> El comando ejecutado por defecto es su SHELL, pero puede especificar otros o comandos enteros a ejecutar. Si se utiliza dentro de un script, una aplicación o un servicio, puede utilizar el modo `--headless` para desactivar tty e interactividad.
> Más información: <https://distrobox.it/usage/distrobox-enter>.
- Entra a un contenedor Distrobox:
`distrobox-enter {{nombre_del_contenedor}}`
- Entra a un contenedor Distrobox y ejecuta un comando al iniciar sesión:
`distrobox-enter {{nombre_del_contenedor}} -- {{sh -l}}`
- Entra a un contenedor Distrobox sin instanciar una tty:
`distrobox-enter --name {{nombre_del_contenedor}} -- {{uptime -p}}`