What problem does it solve? Managing Docker environments involves remembering dozens of CLI commands, flags, and troubleshooting steps across containers, images, volumes, networks, and Compose stacks. This Skill provides structured operational guidance for the full Docker lifecycle, from running containers to debugging crashes and reclaiming disk space. ## Core Features & Use Cases - Container Lifecycle Operations: Run, stop, restart, inspect, and shell into containers with correct flags for ports, volumes, environment variables, and resource limits. - Image & Compose Management: Build, tag, push, and prune images, plus orchestrate multi-service stacks with Docker Compose including healthchecks and dependency ordering. - Debugging & Cleanup: Diagnose crashing containers via logs and exit codes, analyze disk usage with docker system df, and perform safe targeted cleanup. - Use Case: A developer's container keeps exiting immediately. Use this Skill to check logs, identify the failing entrypoint, relaunch interactively with a shell override, and fix the root cause. ## Quick Start Use the docker-management skill to diagnose why my web container keeps crashing and show me its recent logs.