list_containers
Get a list of Docker containers with optional filters for stopped status, name, or label. Choose text or JSON output to view container details.
Instructions
List Docker containers with optional filters
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| all | No | Include stopped containers | |
| format | No | Output format | text |
| name_filter | No | Filter by container name substring | |
| label_filter | No | Filter by label, e.g. 'app=web' |