acc-docker-security-knowledge

Installation
SKILL.md

Docker Security Knowledge Base

Quick reference for Docker security hardening patterns in PHP applications.

Security Layers

+---------------------------------------------------------------------------+
|                     DOCKER SECURITY LAYERS                                 |
+---------------------------------------------------------------------------+
|                                                                            |
|   Layer 1: Build Security                                                  |
|   +--------------------------------------------------------------------+  |
|   | Minimal base image | Pinned versions | No secrets in layers        |  |
|   | Multi-stage builds | .dockerignore   | Verified base images        |  |
|   +--------------------------------------------------------------------+  |
|                                                                            |
|   Layer 2: Image Security                                                  |
|   +--------------------------------------------------------------------+  |
Related skills
Installs
1
GitHub Stars
71
First Seen
Feb 11, 2026