docker-management

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

Updated Jun 9, 2026
One-click install
npx skills add https://github.com/zhouboyu-xreal/Hermes-Memory --skill docker-management-zhouboyu-xreal
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docker-management
Source: https://github.com/zhouboyu-xreal/Hermes-Memory/tree/main/optional-skills/devops/docker-management
Command: npx skills add https://github.com/zhouboyu-xreal/Hermes-Memory --skill docker-management-zhouboyu-xreal

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill unit provides a comprehensive set of commands to manage Docker containers, images, volumes, networks, and Compose stacks, simplifying lifecycle operations, debugging, and optimization.

Core Features & Use Cases

  • Container Management: Run, stop, restart, remove, and inspect containers.
  • Image Management: Build, pull, push, tag, and clean up Docker images.
  • Docker Compose: Manage multi-service stacks with ease.
  • Volume and Network Management: Create, inspect, and manage volumes or networks.
  • Debugging and Cleanup: Debug crashing containers, analyze logs, and check disk usage.

Quick Start

Run the 'docker-management' skill to get started with Docker operations.

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 lifecycle operations like running and stopping containers?

Docker container lifecycle management involves running, stopping, restarting, and removing containers using standard Docker CLI commands. This Skill automates those operations, letting you inspect, debug, and control containers without memorizing complex command syntax.

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

Cleaning up Docker images and volumes requires identifying unused objects and removing them via CLI. This Skill automates image cleanup, volume management, and disk usage analysis, helping you reclaim storage and optimize your Docker environment efficiently.

How do I manage multi-service Docker Compose stacks for infrastructure deployment?

Managing Docker Compose stacks involves orchestrating multi-service deployments defined in Compose files. This Skill streamlines Compose stack management, allowing you to easily build, run, and coordinate interconnected containers for complex infrastructure setups.

Why is my Docker container crashing and how can I debug it?

Debugging a crashing Docker container requires analyzing logs and inspecting the container state. This Skill automates log analysis and container inspection, helping you identify root causes of failures and debug problematic containers effectively.

Can I build and push Docker images using standard CLI commands through this Skill?

Building and pushing Docker images relies on standard Docker CLI commands for tagging and distributing images. This Skill supports image building, pulling, pushing, and tagging, enabling complete image management workflows without manual command entry.

Do I need any special dependencies to manage Docker networks and volumes with this Skill?

Managing Docker networks and volumes requires only the standard Docker CLI environment, as this Skill has no external dependencies. You can create, inspect, and manage networks and volumes directly within your existing Docker installation.