container-compose top¶
Display running processes in project containers.
Synopsis¶
Options¶
| Flag | Shorthand | Type | Default | Description |
|---|---|---|---|---|
--file |
-f |
path | The path to your Docker Compose file | |
--profile |
string | Specify a profile to enable. Can be specified multiple times. |
Arguments¶
| Argument | Description |
|---|---|
services |
Services to show processes for (shows all if omitted) |
Examples¶
Show processes for all services¶
List all processes running inside every active container in the project.
Show processes for a specific service¶
Only list processes for the db service.