docker-manager

Manage Docker containers, images, and compose stacks via CLI commands.

Updated Mar 7, 2026
One-click install
npx skills add https://github.com/Paparusi/jarvis --skill docker-manager-paparusi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docker-manager
Source: https://github.com/Paparusi/jarvis/tree/main/workspace/skills/productivity/docker-manager
Command: npx skills add https://github.com/Paparusi/jarvis --skill docker-manager-paparusi

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies the management of Docker containers, images, and compose stacks, allowing users to easily control and troubleshoot their containerized applications.

Core Features & Use Cases

  • Container Management: Start, stop, list, and inspect Docker containers.
  • Image Management: View and manage Docker images.
  • Compose Stack Management: Deploy, manage, and troubleshoot Docker Compose applications.
  • Debugging: Inspect container logs and execute commands within containers for troubleshooting.
  • Use Case: Quickly check which containers are running, view the logs of a specific failing container, or restart a Docker Compose service.

Quick Start

List all running Docker containers.

Frequently Asked Questions about docker-manager

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

FAQPage Schema
How do I list running Docker containers and view logs for a failing service?

To manage Docker containers and view logs, you can list all running instances and execute a command to fetch the specific logs of a failing container or Docker Compose service for troubleshooting.

How do I manage Docker Compose stacks and restart a specific service?

Managing Docker Compose stacks involves deploying, controlling, and troubleshooting applications, allowing you to easily restart a specific Docker Compose service or inspect its current operational state.

Do I need to install Docker separately to manage containers and images?

Yes, you need the Docker binary installed and accessible in your system's PATH to manage Docker containers, images, and Compose stacks through command-line interface operations.

Can I inspect container details and execute commands within running Docker containers?

Yes, you can inspect container details and execute commands directly within running Docker containers, which simplifies debugging and troubleshooting your containerized applications.

What is the best way to troubleshoot Docker containers when an application fails?

Troubleshooting Docker containers is best handled by inspecting container logs, viewing detailed container states, and executing commands within the containers to identify application failures.