List containers
list_containersDisplay Docker containers in a compact text table. Default shows running containers; set all=true to include stopped. Read-only and side-effect-free.
Instructions
READ-ONLY. List Docker containers as a compact text table. By default shows only running containers; pass all=true to include stopped ones. No side effects.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| all | No | Include stopped containers (default false). |