acc-docker-knowledge

Installation
SKILL.md

Docker Knowledge Base

Quick reference for Docker patterns and PHP-specific guidelines.

Core Concepts

┌─────────────────────────────────────────────────────────────────┐
│                    DOCKER FOR PHP                                │
├─────────────────────────────────────────────────────────────────┤
│                                                                  │
│   Dockerfile         → Build image instructions                  │
│   docker-compose.yml → Multi-container orchestration             │
│   .dockerignore      → Build context exclusions                  │
│   entrypoint.sh      → Container startup logic                   │
│   nginx.conf         → Reverse proxy for PHP-FPM                 │
│   php.ini            → PHP runtime configuration                 │
│   supervisord.conf   → Process management                        │
│                                                                  │
Related skills
Installs
1
GitHub Stars
71
First Seen
Feb 11, 2026