docker

Manage Docker image inventory, build recipes, and cache cleanup commands.

1|Updated Mar 5, 2026
One-click install
npx skills add https://github.com/MCERQUA/jam-skills --skill docker-mcerqua
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docker
Source: https://github.com/MCERQUA/jam-skills/tree/main/docker
Command: npx skills add https://github.com/MCERQUA/jam-skills --skill docker-mcerqua

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides comprehensive guidance for managing Docker environments, including inventory, maintenance, and deployment best practices.

Core Features & Use Cases

  • Inventory Tracking: Offers a registry of Docker images and their purposes, with tracking of container usage and image sizes.
  • Maintenance and Cleanup: Provides commands and strategies for pruning images, cleaning up build caches, and managing disk space.
  • Deployment Best Practices: Offers detailed recipes for building, deploying, and maintaining Docker images and services.

Quick Start

Run the docker images command to view all Docker images and their tags.

Frequently Asked Questions about docker

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

FAQPage Schema
How do I manage Docker image inventory and track container usage?

To manage Docker image inventory, you can run the `docker images` command to view all images and their tags. This Skill provides a registry to track container usage and image sizes for comprehensive environment management.

What is the best way to clean up Docker build caches and free up disk space?

The best way to clean up Docker build caches is using the maintenance commands provided by this Skill. It offers specific strategies for pruning images and managing disk space to optimize your environment.

How do I build and deploy Docker images using best practices?

To build and deploy Docker images, this Skill offers detailed recipes for deployment and maintenance. These best practices guide you through the entire process of building, deploying, and maintaining services.

Do I need Docker installed locally to manage images and build caches?

Yes, you need Docker and related tools installed locally for image manipulation and container management. This Skill requires an active Docker environment to execute its inventory and maintenance commands.