List Docker Containers
vps_docker_psList Docker containers on a VPS with details like name, image, status, ports, and size. Targets Hetzner production or dev OrbStack instance.
Instructions
List running Docker containers on the selected VPS. Shows name, image, status, ports, and size. Targets Hetzner prod by default; pass instance='dev' for the OrbStack ubuntu machine (docker is invoked via sudo on dev).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| all | No | Include stopped containers (default: false) | |
| reveal | No | Reveal redacted secret values in the response (default false; the call is audited) | |
| instance | No | Which VPS to target: 'prod' (Hetzner at 178.156.247.239 via SSH) or 'dev' (local OrbStack machine via `orb run`). Defaults to 'prod'. Must match the Coolify instance when debugging Coolify-managed containers — mismatched routing silently hits the wrong host. | prod |