docker-management

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manage Docker containers, images, volumes, networks, and Compose stacks across lifecycle tasks, debugging, cleanup, and optimization.

Core Features & Use Cases

  • Run, stop, and restart containers; inspect logs and status
  • Manage images (build, pull, push, tag) and clean up unused images
  • Work with Docker Compose to orchestrate multi-service stacks
  • Manage volumes and networks; diagnose connectivity and storage
  • Analyze and optimize Dockerfiles for smaller, faster images
  • Troubleshoot common issues and perform disk usage audits

Quick Start

Install Docker Engine, then start a simple container and verify its status and logs with standard Docker commands.

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 containers and images across their lifecycle?

Docker lifecycle management handles running, stopping, and restarting containers, building or pulling images, and cleaning up unused images to maintain environments. It orchestrates these tasks for developers and ops teams.

How do I orchestrate multi-service Docker Compose stacks?

Docker Compose orchestration manages multi-service stacks by coordinating container lifecycles, dependencies, and configurations. You can deploy, debug, and optimize complex environments using standard Compose operations.

Do I need Docker Engine and Docker Compose to manage volumes and networks?

Yes, Docker Engine and Docker Compose are required prerequisites. They provide the foundational runtime to handle volumes, manage networks, diagnose connectivity issues, and perform storage operations.

What's the best way to troubleshoot Docker disk usage and cleanup unused images?

Disk usage audits and cleanup operations remove unused images and orphaned volumes to reclaim storage. You analyze container logs and status to diagnose issues and optimize the Docker environment.

How do I optimize Dockerfiles for smaller and faster container images?

Dockerfile optimization analyzes build instructions to reduce image size and improve build speed. It streamlines layers and dependencies to create smaller, faster images for efficient container deployment.

Why is Docker container orchestration not working for my multi-service deployment?

Container orchestration failures often stem from network connectivity issues, volume misconfigurations, or Compose stack errors. Diagnose by inspecting container logs, checking disk usage, and verifying network configurations.