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

lxc-console: add Spanish translation (#15970)

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
Co-authored-by: Managor <42655600+Managor@users.noreply.github.com>
This commit is contained in:
Darío Hereñú 2025-04-01 13:26:31 -03:00 committed by GitHub
parent 23e0f43440
commit cde9c43af0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,20 @@
# lxc-console
> Se conecta a un contenedor.
> Más información: <https://linuxcontainers.org/lxc/manpages//man1/lxc-console.1.html>.
- Inicia una consola en un contenedor:
`agetty {{[-L|--local-line]}} {{38400}} tty1`
- Se conecta a una consola lxc:
`sudo lxc-console {{nombre_del_contenedor}}`
- Sale de `lxc-console`:
`<Ctrl a><q>`
- Muestra la ayuda:
`lxc-console {{[-?|--help]}}`