docker-manage

Orchestrate Docker container and image lifecycle tasks with deterministic commands.

34|5|Updated Feb 6, 2026
One-click install
npx skills add https://github.com/linanwx/nagobot --skill docker-manage-linanwx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docker-manage
Source: https://github.com/linanwx/nagobot/tree/main/cmd/templates/skills/docker-manage
Command: npx skills add https://github.com/linanwx/nagobot --skill docker-manage-linanwx

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Managing Docker containers and images across platforms is error-prone and repetitive. This Skill provides a coherent, centralized set of commands to observe, control, and tidy containers and images from a consistent interface.

Core Features & Use Cases

  • Container lifecycle: list, start, stop, and restart containers.
  • Image management: list, pull, build, and remove images.
  • Diagnostics and orchestration: view logs, inspect resources, and manage Compose workflows.
  • Cross-platform operability: works on macOS, Linux, and Windows with Docker Desktop or Engine.
  • Observability & maintenance: prune unused data, monitor resource usage, and network/volume management.

Quick Start

Run docker-manage to explore containers, images, and basic operations on your host.

Frequently Asked Questions about docker-manage

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

FAQPage Schema
How do I manage Docker container lifecycle across different operating systems?

Docker container lifecycle management across Linux, macOS, and Windows is handled through a centralized command interface to list, start, stop, and restart containers. It orchestrates these operations deterministically across local development and CI/CD environments.

What is the best way to clean up unused Docker images and containers?

Cleaning up unused Docker images and containers is done through the prune command. This maintenance feature removes unused data, monitors resource usage, and tidies containers and images from a consistent interface.

Does this Docker management approach work with multi-container Compose workflows?

Yes, this Docker management approach supports multi-container Compose workflows. It provides orchestration capabilities to manage Compose workflows, inspect resources, and view logs for complex applications across Linux, macOS, and Windows.

Do I need a Docker daemon running to build and pull images?

Yes, a running Docker daemon is required to build and pull images. The tool orchestrates image management operations like building, pulling, and listing images by communicating with the underlying Docker Engine or Docker Desktop.

Can I view Docker container logs and inspect resources from the command line?

Yes, you can view Docker container logs and inspect resources from the command line using dedicated diagnostic commands. It enables observability by allowing you to monitor container behavior and inspect resource details across your host.

Why use a centralized command interface for Docker container and image operations?

Using a centralized command interface for Docker container and image operations prevents repetitive and error-prone manual management. It provides coherent, deterministic commands to observe, control, and tidy resources consistently across platforms.