compose_list
List Docker Compose projects known to the daemon. Optionally include stopped projects to get a complete project-level overview.
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 RemoteFailureError 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 |