What problem does it solve? Managing Docker environments involves remembering dozens of CLI commands, flags, and debugging workflows. This Skill provides structured guidance for container lifecycle operations, image management, Compose orchestration, and troubleshooting so you can resolve Docker tasks quickly and correctly. ## Core Features & Use Cases - Container Lifecycle Operations: Run, stop, restart, inspect, and debug containers with correct flags for ports, volumes, environment variables, and resource limits. - Image & Compose Management: Build, tag, push, and prune images, plus manage multi-service Compose stacks with healthchecks and dependency ordering. - Troubleshooting & Cleanup: Diagnose crashing containers, port conflicts, and disk exhaustion, then perform safe targeted or aggressive cleanup. - Use Case: A developer's container keeps exiting immediately. Use this Skill to check logs, inspect exit codes, test with an interactive shell entrypoint, and fix the root cause. ## Quick Start Use the docker-management skill to diagnose why my web container keeps crashing and show me the last 50 log lines.