mcp-docker

Manage Docker containers, images, and Compose environments.

2|2|Updated Feb 9, 2017
One-click install
npx skills add https://github.com/sumik5/dotfiles --skill mcp-docker
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mcp-docker
Source: https://github.com/sumik5/dotfiles/tree/main/claude-code/skills/mcp-docker
Command: npx skills add https://github.com/sumik5/dotfiles --skill mcp-docker

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill simplifies the complexities of Docker and Docker Compose, automating container management, image building, and environment setup. It eliminates manual command-line operations, reduces configuration errors, and streamlines the deployment of containerized applications.

Core Features & Use Cases

  • Container Lifecycle Management: Start, stop, list, and get logs for Docker containers with simple commands.
  • Image Building & Management: Build Docker images from Dockerfiles and manage existing images.
  • Docker Compose Orchestration: Easily bring up and tear down multi-container applications defined in docker-compose.yml.
  • Use Case: When setting up a new microservices project, use this Skill to automatically build all service images, define their interconnections in docker-compose.yml, and launch the entire environment with a single instruction.

Quick Start

Start the Docker Compose project defined in 'docker-compose.yml' with the project name 'my-app'.