docker-management

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

Updated May 5, 2026
One-click install
npx skills add https://github.com/Z43L/zeus-agent --skill docker-management-z43l
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docker-management
Source: https://github.com/Z43L/zeus-agent/tree/main/optional-skills/devops/docker-management
Command: npx skills add https://github.com/Z43L/zeus-agent --skill docker-management-z43l

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps you manage Docker-based systems without guesswork, covering common lifecycle actions, debugging, cleanup, and disk-space issues.

Core Features & Use Cases

  • Container lifecycle & interaction: start/stop/restart, remove, exec into running containers, copy files, and inspect resources.
  • Image management & optimization: build/pull/push/tag images, review image history, and clean up unused or dangling layers.
  • Docker Compose + networking/volumes: run and troubleshoot multi-service stacks, plus manage volumes and networks for persistent data and connectivity.

Quick Start

Ask the skill to help you troubleshoot a failing container by checking its logs, verifying port mappings, and applying a safe cleanup plan if disk space is low.

Frequently Asked Questions about docker-management

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

FAQPage Schema
How do I troubleshoot a crashed Docker container using logs and port mappings?

To troubleshoot a crashed Docker container, inspect its runtime behavior by checking logs, verifying port mappings, and reviewing states to identify the failure source using standard Docker CLI commands.

What is the safest way to clean up dangling Docker images and reclaim disk space?

The safest way to clean up dangling Docker images and reclaim disk space involves applying safe validation steps before executing destructive operations, exercising caution when pruning volumes to avoid deleting persistent data.

Can I manage Docker Compose stacks and troubleshoot multi-service networking issues?

Yes, you can manage Docker Compose stacks to run and troubleshoot multi-service applications, managing networks and volumes for persistent data and connectivity to handle complex service orchestration and infrastructure debugging.

How do I inspect Docker image history and optimize unused layers?

To inspect Docker image history and optimize unused layers, review image build steps and clean up dangling or unused layers to remove redundant data, optimizing storage and deployment efficiency.

Does interacting with running Docker containers support copying files and executing commands?

Yes, interacting with running Docker containers supports executing commands directly inside them and copying files between host and container, enabling lifecycle management and direct inspection of containerized environments.

When should I avoid pruning Docker volumes during container cleanup?

You should avoid pruning Docker volumes during container cleanup if volumes contain critical unbacked-up persistent data, as pruning is a destructive operation permanently removing stored data and requires strict validation beforehand.