docker-management

Automate Docker container, image, and network lifecycle management.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires docker, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

Streamline your Docker operations by automating container, image, and network management, reducing the manual overhead in your infrastructure management.

Core Features & Use Cases

  • Container Lifecycle Management: Efficiently manage containers with start, stop, restart, remove, and inspect functionality.
  • Image Management: Build, pull, push, tag, and clean up Docker images, including Dockerfile optimization.
  • Docker Compose Support: Manage multi-service stacks with ease using Docker Compose.
  • Volume and Network Management: Handle volumes, networks, and their configurations for efficient container operations.
  • Troubleshooting Tools: Analyze container logs, diagnose issues, and check disk usage.
  • Use Case: For instance, use this skill to build and deploy a multi-container application stack using Docker Compose.

Quick Start

Execute 'docker-management run-stack --name my-stack' to build and deploy a multi-container stack.

Frequently Asked Questions about docker-management

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

FAQPage Schema
How do I automate Docker container lifecycle management for my infrastructure?

You can manage Docker containers by executing commands for start, stop, restart, remove, and inspect functionality. This skill automates these lifecycle operations to streamline infrastructure management for DevOps engineers.

What's the best way to build and deploy a multi-container application stack?

Building and deploying a multi-container application stack is handled via Docker Compose support. You can execute the run-stack command to build and deploy multi-service stacks with comprehensive lifecycle operations.

How do I clean up Docker images and optimize Dockerfiles?

Cleaning up Docker images and optimizing Dockerfiles is achieved through dedicated image management functions. The skill handles build, pull, push, tag, and cleanup operations while providing Dockerfile optimization capabilities.

Can I troubleshoot container logs and diagnose Docker network issues?

Troubleshooting container logs and diagnosing network issues is supported through dedicated analysis tools. The skill allows you to analyze container logs, diagnose issues, check disk usage, and inspect volume and network configurations.

Do I need Docker installed to manage volumes and networks for my containers?

Docker is required as a prerequisite dependency to manage volumes, networks, and their configurations. The skill operates on top of your existing Docker installation to automate container, image, and network lifecycle operations.