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

lxc-ls: add page (#15663)

This commit is contained in:
Machiavelli 2025-02-02 03:16:08 +02:00 committed by GitHub
parent 0f7f619c62
commit eb1840ded3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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

@ -0,0 +1,20 @@
# lxc-ls
> List Linux containers.
> More information: <https://linuxcontainers.org/lxc/manpages/man1/lxc-ls.1.html>.
- List active containers (including frozen and running):
`lxc-ls --active`
- List only frozen containers:
`lxc-ls --frozen`
- List only stopped containers:
`lxc-ls --stopped`
- List containers in a fancy, column-based output:
`lxc-ls --fancy`