From 8c872c708bf41844aa3f1528d244978de1f087e9 Mon Sep 17 00:00:00 2001 From: tschettervictor <85497460+tschettervictor@users.noreply.github.com> Date: Mon, 25 Nov 2024 10:37:41 -0700 Subject: [PATCH] Update usage.rst - bastille list only shows running containers 'bastille list' will only print running containers. '-a' or 'all' is needed to print both running and stopped. --- docs/chapters/usage.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/chapters/usage.rst b/docs/chapters/usage.rst index fb6b9e55..9cad2220 100644 --- a/docs/chapters/usage.rst +++ b/docs/chapters/usage.rst @@ -26,7 +26,7 @@ Usage htop Interactive process viewer (requires htop). import Import a specified container. limits Apply resources limits to targeted container(s). See rctl(8). - list List containers (running and stopped). + list List containers (running). mount Mount a volume inside the targeted container(s). pkg Manipulate binary packages within targeted container(s). See pkg(8). rdr Redirect host port to container port.