docker-management

Automate Docker lifecycle operations for containers, images, networks, volumes, and Compose stacks.

31|3|Updated May 7, 2026
One-click install
npx skills add https://github.com/markwang2658/hermes-windows-native --skill docker-management-markwang2658
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docker-management
Source: https://github.com/markwang2658/hermes-windows-native/tree/main/hermes-agent/optional-skills/devops/docker-management
Command: npx skills add https://github.com/markwang2658/hermes-windows-native --skill docker-management-markwang2658

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Docker-management provides a comprehensive guide to orchestrate Docker lifecycles, including containers, images, networks, volumes, and Compose stacks, reducing manual overhead and errors.

Core Features & Use Cases

  • Run, stop, restart, inspect, and remove containers
  • Build, pull, push, tag, and clean up images
  • Manage volumes and networks
  • Use Docker Compose to orchestrate multi-service stacks
  • Debug and analyze logs, health, and resource usage
  • Cleanup dangling or unused resources to reclaim disk space

Quick Start

Run a basic workflow to start a container, inspect its status, and prune unused resources.

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 clean up unused resources using CLI commands?

You can manage Docker containers by running, stopping, inspecting, and removing them via standard Docker CLI commands. To reclaim disk space, prune dangling or unused resources like images, volumes, and networks.

How do I orchestrate multi-service Docker Compose stacks for development and operations?

Use Docker Compose to orchestrate multi-service stacks by defining and running multi-container Docker applications. This automates starting services, inspecting status, and managing the lifecycle of complex application stacks.

What is the best way to debug Docker container health and analyze logs?

The best way to debug Docker container health is to inspect container status and analyze logs using standard Docker CLI commands. This allows you to monitor resource usage and troubleshoot issues across your containers.

Do I need Docker Engine and Docker Compose installed to manage containers and volumes?

Yes, you need Docker Engine and Docker Compose installed with appropriate user permissions and access. These tools provide the standard CLI commands required to manage containers, images, networks, volumes, and stacks.

Can I use Docker CLI to build, pull, and push images across Linux, macOS, and Windows?

Yes, you can use Docker CLI to build, pull, push, and tag images across Linux, macOS, and Windows environments. The CLI commands manage the entire image lifecycle and are applicable for both development and operations tasks.

Why should I prune dangling Docker images and unused volumes?

Pruning dangling Docker images and unused volumes reclaims disk space and reduces clutter. Automating this cleanup process minimizes manual overhead and prevents potential resource conflicts in your environment.