Act - Docker Configuration and Setup Use this skill when configuring Docker for act, choosing runner images, managing container resources, and optimizing Docker performance for local GitHub Actions workflow testing. Runner Images Image Size Categories Act supports three image size categories: | Size | Image | Tools | Use Case | |------|-------|-------|----------| | Micro | | Minimal | Simple Node.js workflows | | Medium | | Common tools | Most workflows | | Large | | Everything | Maximum compatibility | Official catthehacker Images Language-Specific Images Platform Configuration .actrc Config…