mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-10 02:25:56 +00:00
cdec581d00
The Proxmox page's nested-container row cue, the drawer's nested Docker card, and the proxmox-pve platform scoping of nested workloads had no local reproduction at all: mock mode never generated a Docker host with the proxmox-lxc-docker: identity prefix, so the surface could only be seen against a live estate with node agents, exec-scoped tokens, and the server-side inventory opt-in. That is how it shipped invisible. The fixture now marks the first two running LXC guests as probed Docker hosts and appends a nested Docker host for each, following the production proxmoxGuestDockerAgentID convention of proxmox-lxc-docker:<instance>:<node>:<vmid>. One guest nests a single container and one nests several, so the row cue renders both its singular and plural counts. The nested hosts mirror the shape of the real pct exec inventory: guest-derived sizing and usage, one rootfs disk, and no native engine inventory, host I/O rates, temperature, machine ID, or Swarm membership.