docker-patterns
Warn
Audited by Runlayer on Mar 12, 2026
Risk Level: MEDIUM
Scan Summary
Flagged Files (1)
docker-patterns/SKILL.mdMEDIUM
84.8%
Risky tool definition detected
Use `.dockerignore` to exclude sensitive files ## Health Checks ```dockerfile HEALTHCHECK --interval=30s --timeout=3s --start-period=5s --retries=3 \ CMD curl -f http://localhost:3000/health || exit 1 ``` ## Compose Patterns ```yaml services: app: build: context: .
Audit Metadata