What problem does it solve?
It removes the friction of daily Docker operations by giving clear guidance for running, inspecting, debugging, and cleaning up containers and related resources without memorizing every CLI detail.
Core Features & Use Cases
- Container lifecycle: Start, stop, restart, remove, and inspect containers with confidence.
- Images, volumes, and networks: Build, pull, tag, prune, and manage the supporting Docker infrastructure.
- Compose workflows: Bring multi-service stacks up or down, validate configuration, and troubleshoot service-to-service issues.
- Safety-aware cleanup: Check disk usage first and avoid destructive actions unless they are explicitly confirmed.
- Use case: A service crashes after deployment, so you inspect logs, verify ports, review resource usage, and choose the safest recovery command.
Quick Start
Use the docker-management skill to diagnose the failing container, summarize the likely cause from its logs, and tell me the safest command to recover it.