docker
Installation
SKILL.md
docker - Enhanced Docker Management
The docker module provides an enhanced set of tools for Docker, offering mirror acceleration for faster image pulls, structured data exports (JSON/CSV), and interactive TUI explorers.
When to Activate
- When pulling images from Docker Hub or other registries (automatically uses mirrors).
- When exporting container, image, or volume lists to JSON/CSV for scripting.
- When performing interactive analysis of running containers using the
apporfzmodes. - When managing Docker configurations and mirror registry settings.
Core Principles & Rules
- Acceleration: Transparently applies mirrors to speed up image pulls in specific regions.
- Structured Data: Prioritize
--jsonor--csvfor any subcommand when results are for automation. - TUI Mode: Use
ps --apporfzfor a visual Docker dashboard experience.