1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-09-10 15:33:50 +02:00

lxc-ls: add Spanish translation (#15678)

This commit is contained in:
Darío Hereñú 2025-02-09 03:45:47 -03:00 committed by GitHub
parent 7f7dd1c6f2
commit 923c216621
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

20
pages.es/linux/lxc-ls.md Normal file
View file

@ -0,0 +1,20 @@
# lxc-ls
> Lista contenedores Linux.
> Más información: <https://linuxcontainers.org/lxc/manpages/man1/lxc-ls.1.html>.
- Lista contenedores activos (incluyendo congelados y en ejecución):
`lxc-ls --active`
- Lista solo contenedores congelados:
`lxc-ls --frozen`
- Lista solo contenedores parados:
`lxc-ls --stopped`
- Lista contenedores en una salida elegante, basada en columnas:
`lxc-ls --fancy`