docker-management

Manage Docker container lifecycles, image builds, and Compose stacks via CLI.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill simplifies the management of Docker containers, images, and multi-service stacks, removing the complexity of manual CLI operations and troubleshooting.

Core Features & Use Cases

  • Container Lifecycle Management: Easily run, stop, restart, and inspect containers with standardized commands.
  • Orchestration with Compose: Manage complex multi-service environments, including building, scaling, and monitoring stacks.
  • System Maintenance: Quickly identify and resolve disk space issues or container crashes through automated cleanup and log analysis.

Quick Start

Use the docker-management skill to list all running containers and provide a summary of their current resource usage.

Frequently Asked Questions about docker-management

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

FAQPage Schema
How do I manage Docker container lifecycles and inspect running containers?

You can manage Docker container lifecycles by running, stopping, restarting, and inspecting containers through standardized CLI operations. This skill also summarizes current resource usage for all running containers.

What is the best way to orchestrate multi-service Compose stacks?

The best way to orchestrate multi-service Compose stacks is by managing complex environments, including building, scaling, and monitoring services through standardized Docker Compose CLI commands.

How do I troubleshoot container crashes using Docker logs?

Troubleshoot container crashes using Docker logs by executing standardized CLI operations for container inspection and log analysis to quickly identify runtime issues and resolve failures.

How do I clean up Docker volumes and resolve disk space issues?

Clean up Docker volumes and resolve disk space issues through automated system maintenance tasks. This skill executes cleanup commands to remove unused data and free up infrastructure resources.

Do I need a functional Docker Engine environment to manage containers?

Yes, you need a functional Docker Engine environment with appropriate permissions to manage containers. This skill requires an active runtime to execute container lifecycle and infrastructure CLI commands.

How do I build Docker images for multi-service environments?

Build Docker images for multi-service environments by executing standardized image build commands. This skill facilitates the creation of container images alongside orchestration and lifecycle management tasks.