List containers
list_containersRetrieve a list of Docker containers showing their status, image, ports, and uptime. Use the all option to include stopped containers.
Instructions
List Docker containers with their status, image, ports and uptime. By default only running containers are shown; set all to include stopped ones. This is the best starting point to understand what is deployed on the host.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| all | No | Include stopped/exited containers (default: false). |