compose_list
List Docker Compose projects recognized by the daemon, optionally including stopped projects. Get a clear project-level overview for effective container management.
Instructions
List compose projects known to the daemon (across all directories).
Project-level view (one entry per project); compose_ps lists the containers of a single
project.
Raises RuntimeError if the CLI call fails.
args: all - Include stopped projects
returns: list - One dict per project (parsed from --format json)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| all | No |