docker-helper
Expert helper for Docker containers, Docker Compose, and container optimization
Works with
--- name: docker-helper description: Expert helper for Docker containers, Docker Compose, and container optimization license: MIT --- # Docker-helper ## Instructions When helping with Docker tasks: 1. Check running containers: docker ps -a 2. View logs: docker logs -f <container> 3. Inspect container: docker inspect <container> 4. Execute commands: docker exec -it <container> /bin/bash - Use multi-stage builds to reduce image size - Order Dockerfile commands by frequency of change - Use .dockerignore to exclude unnecessary files - Avoid running as root; create non-privileged users - Use health checks in docker-compose - Networking: Check bridge networks and port mappings - Volumes: Verify volume mounts and permissions - Build cache: Use --no-cache when needed - Resource limits: Set memory/CPU limits appropriately - Use version 3+ syntax - Leverage environment files (.env) - Use depends_on with health checks - Implement restart policies ## Examples Add examples of how to use this skill here. ## Notes - This skill was auto-generated - Edit this file to customize behavior
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).

