From 957c2c10e09a0813a22a2762bef41d48d469a60e Mon Sep 17 00:00:00 2001 From: Koichiro Iwao Date: Wed, 3 Dec 2025 22:19:44 +0900 Subject: [PATCH] list now displays all jails, not just only running ones Starting with v1.0, the `list` subcommand without any options displays all jails. --- 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 3337bcb3..e62b5a67 100755 --- a/usr/local/bin/bastille +++ b/usr/local/bin/bastille @@ -93,7 +93,7 @@ Available Commands: import Import a specified container. jcp cp(1) files from a jail to jail(s). limits Apply resources limits to targeted container(s). See rctl(8). - list List containers (running). + list List containers. migrate Migrate targetted jail(s) to a remote system. mount Mount a volume inside the targeted container(s). network Add/remove network interfaces from targeted container.