# docker compose ls

**Description:** List running compose projects

**Usage:** `docker compose ls [OPTIONS]`










## Description

Lists running Compose projects


## Options

| Option | Default | Description |
|--------|---------|-------------|
| `-a`, `--all` |  |  Show all stopped Compose projects |
| `--filter` |  |  Filter output based on conditions provided |
| `--format` | `table` |  Format the output. Values: [table | json] |
| `-q`, `--quiet` |  |  Only display project names |






