list
List running containers
conhive-agent containermanager list
Description
Section titled “Description”Displays a list of containers currently running on the system, interfacing with the local container runtime (e.g., Docker). The output typically includes container ID, image name, status, ports, and names. Supports flags for showing all containers (including stopped) or filtering.
conhive-agent containermanager list [flags]
Examples
Section titled “Examples”containermanager list --all # List all containers, including stopped ones
Options
Section titled “Options” -h, --help help for list
Options inherited from parent commands
Section titled “Options inherited from parent commands” -f, --log-format string Specify the logging format (options: console, json) (default "text") -l, --log-level string Define the logging level (options: trace, debug, info, warn, error, fatal, panic) (default "info") -o, --log-to-file Enable logging to a file (default true) -p, --port int32 Port to run the server on (default 5050) -w, --workdir string Set the working directory for agent operations (default: $HOME/.conhive)
SEE ALSO
Section titled “SEE ALSO”conhive-agent containermanager
- Manage containers and pods