2022-03-09 12:57:07 +01:00
|
|
|
# docker compose ls
|
|
|
|
|
|
|
|
<!---MARKER_GEN_START-->
|
|
|
|
List running compose projects
|
|
|
|
|
|
|
|
### Options
|
|
|
|
|
2022-12-29 14:32:16 +01:00
|
|
|
| Name | Type | Default | Description |
|
|
|
|
|:----------------|:---------|:--------|:--------------------------------------------|
|
|
|
|
| `-a`, `--all` | | | Show all stopped Compose projects |
|
2023-05-05 12:43:27 +02:00
|
|
|
| `--dry-run` | | | Execute command in dry run mode |
|
2022-12-29 14:32:16 +01:00
|
|
|
| `--filter` | `filter` | | Filter output based on conditions provided. |
|
|
|
|
| `--format` | `string` | `table` | Format the output. Values: [table \| json]. |
|
|
|
|
| `-q`, `--quiet` | | | Only display IDs. |
|
2022-03-09 12:57:07 +01:00
|
|
|
|
|
|
|
|
|
|
|
<!---MARKER_GEN_END-->
|
2021-03-11 16:20:30 +01:00
|
|
|
|
|
|
|
## Description
|
|
|
|
|
2022-11-29 16:52:22 +01:00
|
|
|
Lists running Compose projects.
|