What problem does it solve? Operating Docker environments involves remembering dozens of CLI commands, flags, and troubleshooting patterns across containers, images, volumes, networks, and Compose stacks. This Skill provides structured procedures and quick references so container operations, debugging, and cleanup are performed correctly and safely. ## Core Features & Use Cases - Container Lifecycle Management: Run, stop, restart, inspect, and shell into containers with correct flags for ports, environment variables, volumes, and resource limits. - Image and Compose Operations: Build, tag, push, and prune images, plus manage multi-service Compose stacks with healthchecks and validation. - Troubleshooting & Cleanup: Diagnose crashing containers, port conflicts, and disk pressure with a pitfalls table and safe, targeted prune workflows. - Use Case: A developer's container exits immediately after deployment. Use this Skill to check logs, inspect exit codes, test with an interactive entrypoint shell, and fix the root cause. ## Quick Start Use the docker-management skill to diagnose why my web container keeps exiting and show me its recent logs.