Управление Docker контейнерами и Compose стеками

★ 7.1 · devops

docker-management is a Claude Code skill that manages Docker containers, images, volumes, networks, and Compose stacks using standard Docker CLI commands with no dependencies beyond Docker itself. It covers the full container lifecycle — run, stop, restart, remove — along with interactive operations such as exec, logs, cp, and inspect, plus image workflows including build, pull, push, tag, and prune. Docker Compose v2 support handles multi-service stacks with commands for startup, teardown, per-service log tailing, and one-off command execution. A built-in quick-reference table maps common tasks to ready-to-use commands, from resource-limited docker run invocations to docker system df and cleanup routines. Works on Linux, macOS, and Windows — suited for developers and DevOps engineers debugging crashing containers, optimizing Dockerfiles, or managing production deployments.