What problem does it solve?
Docker-management helps you run, debug, and clean up containers and images safely instead of guessing commands during outages, disk-pressure, or broken Compose deployments.
Core Features & Use Cases
- Container lifecycle & inspection: Start/stop/restart, view logs, exec into running services, inspect detailed state, and diagnose crashes by checking logs and runtime status.
- Image management: Build, tag, pull/push, and prune unused or dangling images to keep storage under control.
- Compose stacks + networking/volumes: Bring multi-service stacks up/down, validate Compose config, and manage volumes and networks for persistent data and connectivity.
Use case: Your web service fails to start after a new image deploy; use this skill to identify the failing container, inspect logs and status, rebuild images if needed, and restart the Compose stack while also cleaning up unused resources.
Quick Start
Use the docker-management skill to troubleshoot your failing Compose service by running the relevant Docker Compose up, checking the service logs, and applying targeted cleanup for unused images, containers, volumes, and networks.