docker-management

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the friction of managing Docker environments by guiding container lifecycle work, image handling, storage cleanup, and Compose troubleshooting in one place.

Core Features & Use Cases

  • Container Lifecycle Operations: Start, stop, restart, remove, inspect, and attach to containers with standard Docker commands.
  • Image, Volume, and Network Management: Build, pull, tag, prune, and organize Docker images, volumes, and bridge networks.
  • Compose and Troubleshooting Workflows: Bring multi-service stacks up or down, inspect logs, validate configuration, and diagnose failures.
  • Use Case: A developer can use this Skill to debug a failing service, inspect its logs, verify port mappings, clean up unused resources, and optimize a Dockerfile for smaller, safer deployments.

Quick Start

Ask the assistant to manage your Docker container, Compose stack, or cleanup task and describe the target resource, desired action, and any safety constraints in plain language.

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 failing Docker container in a Compose stack?

You can bring multi-service stacks up or down, inspect logs, validate configuration, and diagnose failures using Compose v2. This Skill handles lifecycle operations and troubleshooting workflows for single-host and multi-service development environments.

What's the best way to clean up unused Docker images and volumes?

The best way to clean up unused Docker resources is to prune and organize images, volumes, and bridge networks. This Skill guides storage cleanup to safely remove unused resources and optimize your environment for smaller, safer deployments.

Do I need standard Docker CLI access to manage containers and networks?

Yes, you need standard Docker CLI access and Compose v2 support to manage containers and networks. This Skill requires these tools to safely inspect, modify, and validate resources for single-host and multi-service development environments.

Can I review and optimize a Dockerfile for smaller and safer deployments?

Yes, you can review and optimize a Dockerfile for smaller and safer deployments. This Skill covers Dockerfile review alongside image handling, allowing you to build, tag, and organize images to improve deployment safety and efficiency.

Why does my Docker container fail to start after a resource cleanup?

If a Docker container fails to start after cleanup, it may be due to missing volumes or network dependencies. This Skill helps inspect resources, validate configurations, and diagnose failures to safely recover and manage your environment.