docker-management

Manage Docker containers, images, logs, and Compose workflows via MCP tools.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/ShunsukeHayashi/miyabi-mcp-bundle --skill docker-management
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docker-management
Source: https://github.com/ShunsukeHayashi/miyabi-mcp-bundle/tree/main/.claude/skills/docker-management
Command: npx skills add https://github.com/ShunsukeHayashi/miyabi-mcp-bundle --skill docker-management

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Docker environments can be fragile; errors in containers or images often require quick inspection and controlled management. This Skill provides controls for containers, images, logs, and Compose workflows.

Core Features & Use Cases

  • Container Lifecycle: Start, stop, restart, and remove containers.
  • Logs & Stats: Access container logs and resource usage.
  • Images & Compose: List images and manage Compose projects.
  • Use Case: Diagnose a failing service by inspecting logs, checking resource usage, and restarting the affected container.

Quick Start

List all containers, view logs for a suspect container, and inspect current resource usage.

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?

Debug containers by retrieving logs to identify errors, inspecting container state and configuration, and checking resource usage with stats. This Skill automates log retrieval, state inspection, and resource analysis across your containers to pinpoint failures quickly.

Can I manage multiple Docker Compose services at once?

Yes, this Skill manages Compose workflows including listing services, viewing logs across services, and controlling startup and shutdown of entire projects. Automate Compose operations to streamline multi-service orchestration without manual CLI commands.

What's the best way to monitor Docker container resource usage?

Monitor containers by retrieving real-time stats including CPU, memory, and I/O metrics. This Skill integrates resource usage analysis into your debugging workflow to identify performance bottlenecks and resource constraints across running containers.

How do I automate container lifecycle operations like restart and cleanup?

Automate container lifecycle by starting, stopping, restarting, and removing containers through guided workflows. This Skill streamlines repetitive container management tasks and integrates with logging and inspection for complete lifecycle control.

Does this work with Docker images and registries?

Yes, this Skill lists and manages Docker images alongside container operations. View available images and integrate image inspection into your container debugging and orchestration workflows.

Can I execute commands inside running containers?

Yes, this Skill supports executing commands in running containers to inspect state, run diagnostics, or make changes. Execute commands as part of guided investigation and resolution workflows without leaving your automation context.