docker
>
Works with
--- name: docker description: > license: MIT --- # 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 `app` or `fz` modes. - 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 `--json` or `--csv` for any subcommand when results are for automation. - **TUI Mode**: Use `ps --app` or `fz` for a visual Docker dashboard experience. ## Patterns & Examples ### Interactive Dashboard ```bash # Open an interactive TUI to manage running containers x docker ps --app ``` ### Mirror Configuration ```bash # Set up Docker to use an optimized mirror registry x docker mirror use ustc ``` ### Export Image List ```bash # Get all local images as a JSON array x docker images --json ``` ## Checklist - [ ] Confirm if mirror acceleration is needed for image tasks. - [ ] Verify the desired output format (Human-readable, JSON, CSV). - [ ] Ensure Docker daemon is running on the host.
More DevOps & Infrastructure skills
azure-ai
microsoft/azure-skills
Use for Azure AI: Search, Speech, OpenAI, Document Intelligence. Helps with search, vector/hybrid search, speech-to-text, text-to-speech, transcription, OCR. WHEN: AI Search, query search, vector search, hybrid search, semantic search, speech-to-text, text-to-speech, transcribe, OCR, convert text to speech.
appinsights-instrumentation
microsoft/azure-skills
Guidance for instrumenting webapps with Azure Application Insights. Provides telemetry patterns, SDK setup, and configuration references. WHEN: how to instrument app, App Insights SDK, telemetry patterns, what is App Insights, Application Insights guidance, instrumentation examples, APM best practices.
azure-storage
microsoft/azure-skills
Azure Storage Services including Blob Storage, File Shares, Queue Storage, Table Storage, and Data Lake. Answers questions about storage access tiers (hot, cool, cold, archive), when to use each tier, and tier comparison. Provides object storage, SMB file shares, async messaging, NoSQL key-value, and big data analytics. Includes lifecycle management. USE FOR: blob storage, file shares, queue storage, table storage, data lake, upload files, download blobs, storage accounts, access tiers, storage tiers, hot cool cold archive, storage tier comparison, when to use storage tiers, lifecycle management, Azure Storage concepts. DO NOT USE FOR: SQL databases, Cosmos DB (use azure-prepare), messaging with Event Hubs or Service Bus (use azure-messaging).

