docker-compose ps [service...]
List containers
Arguments
Name | Description |
---|---|
service |
Options
Name | Description |
---|---|
--all, -a | Show all stopped containers (including those created by the run command) |
--filter <filter> | Filter services by a property (supported filters: status) |
--format <format> | Format the output. Values: [pretty | json] |
--quiet, -q | Only display IDs |
--services | Display services |
--status <status> |
|