list_pods
List Podman pods with their IDs, names, statuses, and member containers. Returns an error on Docker targets since pods are Podman-native.
Instructions
[READ] List Podman pods (Podman-only): id, name, status, member containers.
A pod groups containers sharing namespaces — a Podman-native concept with no Docker equivalent, read over the libpod API. Requires a podman target; on a docker/portainer target it returns a teaching error (pods do not exist there).
Args: target: Target name from config; omit for the default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | No |