What problem does it solve? Operating Docker environments involves remembering dozens of CLI commands across containers, images, volumes, networks, and Compose stacks, plus knowing how to debug crashes and reclaim disk space safely. This Skill provides structured procedures and quick references for the full Docker lifecycle. ## 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. - Compose Stack Management: Start, monitor, debug, and tear down multi-service stacks, 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 pruning. - Use Case: A developer's container exits immediately after starting. Use this Skill to check logs, identify the failing entrypoint, relaunch interactively with a shell override, and fix the root cause. ## Quick Start Ask the assistant to start a detached nginx container on port 8080 and then show its recent logs to verify it is running.