docker-helper

Expert helper for Docker containers, Docker Compose, and container optimization

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "docker-helper" with this command: npx skills add jackspace/claudeskillz/jackspace-claudeskillz-docker-helper

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

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

base-ui-react

No summary provided by upstream source.

Repository SourceNeeds Review
General

rapid-prototyper

No summary provided by upstream source.

Repository SourceNeeds Review
General

repository-analyzer

No summary provided by upstream source.

Repository SourceNeeds Review
General

hugo

No summary provided by upstream source.

Repository SourceNeeds Review