name: vps-docker description: Full VPS Docker status — all containers, resource usage, arifOS health user-invocable: true
VPS Docker Manager
When the user asks about containers, docker status, VPS health, or what's running:
- Run
ssh arifos "docker ps --format 'table {{.Names}}\t{{.Status}}\t{{.Ports}}'"to list all containers - Run
ssh arifos "docker stats --no-stream --format 'table {{.Name}}\t{{.CPUPerc}}\t{{.MemUsage}}'"for resource usage - Run
ssh arifos "curl -s http://localhost:8080/health | jq '{status,tools_loaded,version}'"for arifOS health - Show disk:
ssh arifos "df -h /"
Present as a clean status table. Flag any containers not in healthy or Up state.
Trigger patterns: "docker status", "containers", "what's running", "vps status", "system health", "container status"