From eb1840ded3c6f7cad786e15f8bc134dce4cc1e85 Mon Sep 17 00:00:00 2001 From: Machiavelli <145562237+MachiavelliII@users.noreply.github.com> Date: Sun, 2 Feb 2025 03:16:08 +0200 Subject: [PATCH] lxc-ls: add page (#15663) --- pages/linux/lxc-ls.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 pages/linux/lxc-ls.md diff --git a/pages/linux/lxc-ls.md b/pages/linux/lxc-ls.md new file mode 100644 index 0000000000..5a5ffc47eb --- /dev/null +++ b/pages/linux/lxc-ls.md @@ -0,0 +1,20 @@ +# lxc-ls + +> List Linux containers. +> More information: . + +- 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`