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-reference commands 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. - Troubleshooting & Cleanup: Diagnose crashing containers, port conflicts, and permission issues, then reclaim disk space with targeted or aggressive prune commands. - Use Case: A web service container keeps exiting immediately. Use the troubleshooting procedure to check logs, identify the failing entrypoint, and relaunch it interactively with an overridden shell to inspect the environment. ## Quick Start Use the docker-management skill to find out why my api container keeps crashing and show me its recent logs.