docker-management

Manage Docker containers, images, volumes, networks, and Compose stacks via CLI.

4|Updated May 18, 2026
One-click install
npx skills add https://github.com/ZardLi1115/zedclaw --skill docker-management-zardli1115
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docker-management
Source: https://github.com/ZardLi1115/zedclaw/tree/main/optional-skills/devops/docker-management
Command: npx skills add https://github.com/ZardLi1115/zedclaw --skill docker-management-zardli1115

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you manage Docker environments reliably so you can start services, inspect issues, build and clean images, and troubleshoot common container and Compose problems without guesswork.

Core Features & Use Cases

  • Container lifecycle management: Start, stop, restart, and remove containers; pause/unpause; inspect state.
  • Operational debugging & observability: View logs, exec into containers, inspect details, check resource usage, and copy files.
  • Images, volumes, networks & Compose stacks: Build/pull/push/tag images, manage persistent data and connectivity, and operate multi-service apps with Docker Compose.
  • Disk usage & safe cleanup: Diagnose storage usage and prune targeted or aggressive resources with clear warnings.

Quick Start

Tell the AI: Manage my Docker Compose stack by listing services, showing recent logs, and helping me restart the failing service.

Frequently Asked Questions about docker-management

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I debug a failing Docker container in a multi-service Compose stack?

Manage Docker Compose stacks by listing active services, checking container states, and restarting failing components. This Skill operates multi-service applications to resolve runtime infrastructure issues deterministically.

What is the best way to clean up Docker images and volumes to free up disk space?

Clean up Docker images and volumes by diagnosing storage usage and pruning targeted resources. This Skill provides safe cleanup guidance with clear warnings to prevent accidental data loss.

Can I manage persistent data and network connectivity for containers without extra tools?

Yes, you can manage persistent data and network connectivity using standard Docker CLI and Compose v2 commands. This Skill handles volumes and networks without introducing non-Docker dependencies.

Does this approach work for building and pushing images as well as container lifecycle operations?

Yes, this approach handles building, pulling, pushing, and tagging images alongside standard container lifecycle operations. It manages start, stop, restart, and removal for deterministic infrastructure actions.

Why do I need standard Docker CLI to operate multi-service applications?

Standard Docker CLI and Compose v2 commands are required to ensure deterministic lifecycle actions and safe troubleshooting. This Skill relies on these standard commands to avoid introducing non-Docker dependencies.