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.
This commit is contained in:
tschettervictor
2024-11-25 10:37:41 -07:00
committed by GitHub
parent c8a2b3a784
commit 8c872c708b

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.