Skip to content

containermanager

Manage containers and pods

Terminal window
conhive-agent containermanager

Provides subcommands to interact with container runtimes (like Docker or Podman) installed on the system. Allows listing, inspecting, starting, stopping, or managing containers and potentially pods. Useful for managing containerized applications and services directly via the agent.

Terminal window
-h, --help help for containermanager
-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)