docker-management

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

Updated Mar 25, 2026
One-click install
npx skills add https://github.com/afel6/scal-ai-pipeline --skill docker-management-afel6
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docker-management
Source: https://github.com/afel6/scal-ai-pipeline/tree/main/hermes_skills_library/optional-skills/devops/docker-management
Command: npx skills add https://github.com/afel6/scal-ai-pipeline --skill docker-management-afel6

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides clear, practical guidance to operate, debug, and optimize Docker containers, images, volumes, networks, and Compose stacks so teams can recover services, free space, and maintain healthy containerized deployments without guesswork.

Core Features & Use Cases

  • Lifecycle operations: run, stop, restart, remove, and inspect containers for development and production workflows.
  • Image management: build, pull, tag, push, and prune images with guidance for cache control and multi-stage optimizations.
  • Compose orchestration: start, stop, inspect, and debug multi-service stacks including healthchecks and one-off commands.
  • Storage and networking: create, inspect, prune volumes and networks and resolve permission and connectivity issues.
  • Troubleshooting: analyze logs, inspect container state and resource usage, and recommended verification steps after changes.
  • Use Case: Recover a crashing API service by inspecting recent logs, restarting the affected container, rebuilding a corrected image, and safely pruning unused images to reclaim disk space.

Quick Start

Diagnose a failing container by checking its logs, inspecting its status and mounts, and then restart or rebuild the service as needed.

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 crashing Docker container?

Reclaim disk space by pruning unused Docker images, volumes, and networks, safely removing dangling resources while preserving actively mounted storage and running container dependencies.

What is the best way to orchestrate multi-service Docker Compose stacks?

Orchestrate multi-service Docker Compose stacks by starting, stopping, and inspecting services, running one-off commands, and verifying application healthchecks to maintain healthy deployments.

How do I optimize Dockerfile builds using multi-stage cache control?

Optimize Dockerfile builds by applying multi-stage builds and cache control strategies during the image build process, reducing final image size and improving build efficiency for containerized applications.

Why does my Docker container lose connectivity or face permission issues with volumes?

Resolve Docker container connectivity and volume permission issues by inspecting network configurations and storage mounts, ensuring proper access controls and network bindings for your services.