list_guest_containers
List Docker containers inside a specified LXC guest on a Proxmox node, showing image, state, health, ports, and networks.
Instructions
Docker containers inside one LXC guest, on exactly the node named.
Read-only and idempotent. Reports each container's name, image, state, health verdict, creation time, published ports, compose project and service, and attached networks.
Environment variables are never returned, and neither are container labels or command lines: there is no field for any of them.
None of the four absences is an error. Docker not installed and a QEMU guest are both
complete answers with partial false and no warning, and they are told apart by
docker_available: false means the guest was asked and has no Docker, null means the
question does not apply because there is no pct exec path into a QEMU VM. A guest that is
not running and a listing that could not be read are questions that could not be asked:
docker_available false, partial true, and a warning saying which.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | Yes | ||
| vmid | Yes | ||
| profile | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | Yes | ||
| vmid | Yes | ||
| source | Yes | ||
| partial | No | ||
| profile | Yes | ||
| warnings | No | ||
| containers | No | ||
| collected_at | Yes | ||
| docker_available | No |