1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/linux/lxc-ls.md

21 lines
369 B
Markdown
Raw Normal View History

2025-02-02 03:16:08 +02:00
# 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`