docker-management

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

1|Updated Jan 31, 2026
One-click install
npx skills add https://github.com/Monjyu1101/AiDiy2026 --skill docker-management-monjyu1101
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docker-management
Source: https://github.com/Monjyu1101/AiDiy2026/tree/main/backend_hermes/optional-skills/devops/docker-management
Command: npx skills add https://github.com/Monjyu1101/AiDiy2026 --skill docker-management-monjyu1101

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manage Docker containers, images, volumes, networks, and Compose stacks using standard Docker CLI commands. No additional dependencies beyond Docker itself.

Core Features & Use Cases

  • Container lifecycle: run, stop, restart, remove, and inspect containers
  • Image management: build, pull, push, tag, and prune images
  • Compose stacks: orchestrate multi-service apps with docker compose
  • Volumes & networks: create, inspect, prune, and connect containers
  • Troubleshooting & cleanup: analyze logs, diagnose issues, and reclaim disk space

Quick Start

Use the skill to quickly manage Docker resources in development and operations.

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 container lifecycles from the command line?

Docker container lifecycle management uses standard Docker CLI commands to run, stop, restart, remove, and inspect containers without additional dependencies beyond Docker Engine itself.

What's the best way to clean up Docker images and reclaim disk space?

Docker cleanup and pruning operations safely reclaim disk space by removing unused images, volumes, and networks using non-destructive defaults to prevent accidental data loss.

Can I orchestrate multi-service apps with docker compose v2?

Docker Compose v2 orchestration manages multi-service applications through standard CLI workflows to start, stop, and coordinate container stacks reliably for development and testing.

Do I need Docker Compose installed to manage containers?

Docker Compose v2 is required for multi-service stack orchestration, while standard Docker Engine suffices for single container lifecycle tasks like running, stopping, and inspecting containers.

How do I troubleshoot Docker containers and diagnose issues?

Docker troubleshooting analyzes container logs and inspects container states using standard CLI commands to diagnose runtime issues and identify problems in development or testing environments.

Does this Docker management approach work for production infrastructure?

Docker CLI and Compose workflows suit development, testing, and small-scale infrastructure tasks, providing reliable container management without the overhead of full orchestration platforms.