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:
parent
23e0f43440
commit
cde9c43af0
1 changed files with 20 additions and 0 deletions
20
pages.es/linux/lxc-console.md
Normal file
20
pages.es/linux/lxc-console.md
Normal 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]}}`
|
Loading…
Add table
Reference in a new issue