From 904c05f7fb18ae40860ccd9d77d066072b5db9f7 Mon Sep 17 00:00:00 2001 From: tschettervictor <85497460+tschettervictor@users.noreply.github.com> Date: Wed, 4 Dec 2024 10:26:32 -0700 Subject: [PATCH] Update bastille - list command only shows running --- usr/local/bin/bastille | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/local/bin/bastille b/usr/local/bin/bastille index a6f6967d..dd9cbb25 100755 --- a/usr/local/bin/bastille +++ b/usr/local/bin/bastille @@ -88,7 +88,7 @@ Available Commands: 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). rcp reverse cp(1) files from a single container to the host.