list_containers
List Docker containers to see their status, image, and ports. Optionally include stopped containers using the all parameter.
Instructions
List Docker containers with status, image, ports.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| all | No | Show all including stopped. Default: true |