docker-management

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

Updated May 14, 2026
One-click install
npx skills add https://github.com/SethyPagna/Secretary-Jarvis --skill docker-management-sethypagna
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docker-management
Source: https://github.com/SethyPagna/Secretary-Jarvis/tree/main/src/capabilities/optional-skills/devops/docker-management
Command: npx skills add https://github.com/SethyPagna/Secretary-Jarvis --skill docker-management-sethypagna

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the friction of everyday Docker work by helping you run, inspect, debug, clean up, and optimize containers and Compose stacks without memorizing command details.

Core Features & Use Cases

  • Container Lifecycle: Start, stop, restart, remove, and inspect containers for local services or development environments.
  • Image and Build Management: Build, tag, pull, push, and prune images while improving Dockerfile structure and cache efficiency.
  • Compose and Resource Operations: Manage multi-service stacks, volumes, networks, disk usage, and troubleshooting workflows with clear verification steps.
  • Use Case: A developer can use this Skill to bring up a backend stack, diagnose a crashing service from logs, and safely reclaim disk space after the issue is fixed.

Quick Start

Use the Docker management skill to inspect my containers, troubleshoot the failing service, and safely clean up unused resources after confirming the impact of each action.

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 lifecycle and debug failing services in a Compose stack?

To manage Docker containers, you can start, stop, restart, and inspect containers, then diagnose failing services from logs. This Skill supports multi-service Compose stacks with clear verification steps after each operation.

What is the best way to clean up unused Docker images and reclaim disk space?

The best way to clean up Docker images is to prune unused images and safely reclaim disk space. This Skill helps remove unused resources after confirming the impact of each cleanup action on your environment.

Do I need Docker Compose v2 to manage multi-service development environments?

Yes, you need Docker Compose v2 and the Docker CLI to manage multi-service development environments. These tools are required to execute standard workflows and verify results after each operation.

Can I improve Dockerfile structure and cache efficiency when building Docker images?

Yes, you can improve Dockerfile structure and cache efficiency when building Docker images. This Skill supports building, tagging, and optimizing images to enhance build performance across standalone hosts.

How do I troubleshoot Docker volumes and networks for local development services?

To troubleshoot Docker volumes and networks, use this Skill to inspect resource operations and diagnose issues. It provides clear verification steps for managing disk usage and resolving network configuration problems.