Merge pull request #751 from tschettervictor/patch-3

Update usage.rst - bastille list only shows running containers
This commit is contained in:
Barry McCormick
2024-12-07 19:27:56 -08:00
committed by GitHub
3 changed files with 3 additions and 3 deletions

View File

@@ -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.

View File

@@ -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.

View File

@@ -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.