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:
parent
0f7f619c62
commit
eb1840ded3
1 changed files with 20 additions and 0 deletions
20
pages/linux/lxc-ls.md
Normal file
20
pages/linux/lxc-ls.md
Normal 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`
|
Loading…
Add table
Reference in a new issue