compose_list
List Docker Compose projects known to the daemon. Use 'all' to include stopped projects.
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 |