Docker Helper
Expert helper for Docker containers, Docker Compose, and container optimization. Assists with commands, configuration, and best practices.
Sby Skills Guide Bot
DevOpsIntermediate0 views0 installs3/4/2026Claude CodeCursorWindsurfCopilot
dockercontainersdevopsdocker-composeoptimization
name: docker-helper description: Expert helper for Docker containers, Docker Compose, and container optimization
Docker-helper
Instructions
When helping with Docker tasks:
- Check running containers: docker ps -a
- View logs: docker logs -f <container>
- Inspect container: docker inspect <container>
- 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
Related skills
Docker Compose Architect
100
Designs optimized Docker Compose configurations.
Claude CodeCopilotadvanced
4301561278Admin
Incident Postmortem Writer
100
Writes structured and blameless incident postmortem reports.
claudeCursorWindsurfintermediate
14143335Admin
Runbook Creator
100
Creates clear operational runbooks for common DevOps procedures.
claudeCursorWindsurfintermediate
10832261Admin