list_docker_containers
List Docker containers with status, image, port bindings, volumes, and health. Set all=true to include stopped containers.
Instructions
List Docker containers with their status, image, port bindings, volumes, and health.
Args: all: Set to True to list all containers (running and stopped), False for running only.
Returns: JSON string with list of containers, port forwards, and mount mappings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| all | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |