docker-management

Automate Docker container, image, and stack operations via CLI.

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

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

  • Run, stop, restart, remove, or inspect containers; build, pull, push, tag, and clean up images; work with Docker Compose stacks; manage volumes and networks; debug containers and analyze logs; optimize Dockerfiles.
  • Use Case: streamline local development by quickly spinning up multi-service stacks, troubleshooting issues, and freeing disk space.

Quick Start

List all containers and start a sample stack using Docker Compose.

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 and images using CLI commands?

You can manage Docker containers and images by executing standard CLI commands to run, stop, build, pull, push, and tag them. This approach automates daily lifecycle tasks and debugging sessions using safe defaults.

What is the best way to clean up Docker disk space and remove unused resources?

The best way to clean up Docker disk space is using prune commands to safely remove unused containers, images, volumes, and networks. This frees up storage across Linux, macOS, and Windows environments.

Can I use Docker Compose to spin up multi-service stacks for local development?

Yes, Docker Compose supports spinning up multi-service stacks for local development. You can manage entire stacks, work with volumes and networks, and troubleshoot issues directly through the CLI.

Do I need any additional dependencies to manage Docker environments via the CLI?

No additional dependencies are required beyond Docker itself. You only need the Docker Engine, Docker CLI, and Docker Compose installed to manage containers, images, and stacks.

How do I debug Docker containers and analyze logs when troubleshooting issues?

To debug Docker containers and analyze logs, you can inspect containers and execute commands to retrieve runtime logs. This helps troubleshoot issues and optimize Dockerfiles within your DevOps workflows.