What problem does it solve?
Docker operations often fail in dangerous ways—stopping critical services, deleting volumes by accident, or losing track of fleet health—leading to downtime and data risk.
Core Features & Use Cases
- Safety architecture with READ / RISKY / DESTRUCTIVE gates: classifies Docker commands by risk and requires explicit confirmation for irreversible actions.
- Telegram-friendly fleet status and diagnostics: provides an at-a-glance view of running containers, resources, disk usage, and compose readiness.
- Operational runbooks for real incidents: step-by-step troubleshooting for crash loops, disk full scenarios, port conflicts, DNS/network problems, and image pull issues.
- Cleanup playbook and security hardening checklist: safe-to-aggressive cleanup phases with audit-first rules, plus guidance for non-root execution, capability drops, and image scanning.
Quick Start
Ask Docker Pilot to generate a current fleet status and highlight any protected services before you perform any stop or restart action.