docker-management

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

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

Core Features & Use Cases

  • Container lifecycle management: run, start, stop, restart, remove, inspect.
  • Image, volume, and network management: build, pull, push, tag, prune, create and manage networks and volumes.
  • Docker Compose and debugging: orchestration of multi-service stacks with Compose and troubleshooting via logs and inspect.
  • Use Case: A developer rapidly sets up a local development environment, cleans unused resources, and validates service health with a single workflow.

Quick Start

Start by running a simple container and verifying it is up with basic docker commands.

Frequently Asked Questions about docker-management

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

FAQPage Schema
How do I manage Docker containers across their entire lifecycle?

Docker container lifecycle management involves running, starting, stopping, restarting, removing, and inspecting containers. This Skill orchestrates these actions using Docker CLI commands for development, testing, and production workflows.

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

Orchestrating multi-service Docker Compose stacks involves using Compose support to manage and debug services. This Skill provides troubleshooting capabilities via logs and inspect commands to validate service health.

How do I clean up unused Docker images, volumes, and networks?

Cleaning up unused Docker resources requires pruning images, volumes, and networks. This Skill executes pruning commands to remove dormant resources and free up environment storage.

Can I build and push Docker images using this Docker management workflow?

Building and pushing Docker images is supported within this workflow. You can build, pull, push, and tag images alongside managing container lifecycles and Compose stacks.

Does this Docker management approach work for local development environments?

This Docker management approach works for local development environments by rapidly setting up resources, cleaning unused components, and validating service health within a single workflow.

Why use Docker CLI for container diagnostics and debugging?

Using Docker CLI for container diagnostics allows you to troubleshoot via logs and inspect commands. This mechanism provides visibility into service behavior for development and production debugging.