docker-management

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

1|Updated Apr 10, 2026
One-click install
npx skills add https://github.com/zerwiz/wayofpi --skill docker-management-zerwiz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docker-management
Source: https://github.com/zerwiz/wayofpi/tree/main/.hermes/hermes-agent/optional-skills/devops/docker-management
Command: npx skills add https://github.com/zerwiz/wayofpi --skill docker-management-zerwiz

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the friction of managing Docker workflows by turning container, image, network, and volume operations into clear, repeatable steps with built-in debugging and cleanup guidance.

Core Features & Use Cases

  • Container Lifecycle: Start, stop, restart, inspect, and remove containers with standard Docker commands.
  • Image and Compose Operations: Build, tag, pull, push, and orchestrate multi-service stacks with Docker Compose.
  • Troubleshooting and Cleanup: Diagnose crashes, inspect logs, check disk usage, and safely reclaim unused Docker resources.
  • Use Case: A developer can quickly investigate a failing service, review logs, verify port mappings, and clean up stale images without guessing the next command.

Quick Start

Ask for help managing your Docker container or Compose stack and describe the service name, the issue you are seeing, and whether you want debugging, cleanup, or deployment guidance.

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 crashing Docker container and inspect its logs?

To debug a crashing Docker container, you inspect container logs, verify port mappings, and diagnose the failing service. This streamlines container debugging by guiding standard Docker commands to investigate crashes and review service status.

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

The best way to clean up unused Docker resources is to perform safety checks before destructive cleanup actions, analyzing disk usage first. This safely reclaims disk space by removing stale images and unused volumes.

How do I manage a multi-service Compose stack for local development?

To manage a multi-service Compose stack, you orchestrate services using Docker Compose lifecycle operations. This supports building, tagging, and deploying multi-service stacks for local development workflows.

Can I review and build Dockerfiles for container images?

Yes, you can review and build Dockerfiles for container images. The workflow supports Dockerfile review, image building, tagging, and pushing to streamline image operations.

Do I need a specific environment to run Docker lifecycle operations?

You need an environment with reliable command-line execution to run Docker lifecycle operations. This enables starting, stopping, inspecting, and removing containers through standard Docker commands.