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 1/3] 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. 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 2/3] 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. From 0030213ff379f26c2c33270a55c165dc40e79dc3 Mon Sep 17 00:00:00 2001 From: tschettervictor <85497460+tschettervictor@users.noreply.github.com> Date: Wed, 4 Dec 2024 10:27:07 -0700 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f7f6a9ce..cd72b4cb 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,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). rdr Redirect host port to container port.