What problem does it solve? Operating Docker environments requires 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 & 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 pitfall table and safe targeted prune commands. - 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 start a detached nginx container on port 8080 and verify it is running.