List Active Containers
list_active_containersList currently monitored Docker containers, optionally filtered by Compose project, and view service name, container ID, image, status, and project. Use this to map service topology before running log queries.
Instructions
List all currently running Docker containers being monitored.
Returns the container name, short ID, Docker image, status, and the Compose project it belongs to (if any).
Args: - project_name (string, optional): Filter by Docker Compose project name. Omit to list all.
Returns: A formatted list of containers with: serviceName, containerId (12-char), image, status, project.
Use this first to understand the service topology before issuing other queries.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_name | No | Docker Compose project name to filter by. return to list all containers. |