list_containers
View running Podman containers or display all containers when needed to manage containerized applications and monitor container status.
Instructions
List containers (running by default, all if requested).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| all | No | Show all containers, not just running |
Input Schema (JSON Schema)
{
"properties": {
"all": {
"default": false,
"description": "Show all containers, not just running",
"title": "All",
"type": "boolean"
}
},
"type": "object"
}