DevOps & Containers
Table of Contents
| Tool | File Patterns | Notes |
|---|---|---|
| Docker | **/Dockerfile* | Container build tasks |
| Docker Compose | **/docker-compose.yml | Service orchestration |
| GitHub Actions | **/.github/workflows/*.yml | CI/CD workflows via act |
See GitHub Actions Integration for local workflow execution details.
Next Steps
- Package Managers & Build Tools โ npm, Yarn, pnpm, Bun, Composer, and more
- Task Runners โ Gulp, Grunt, Cargo, Just, Make, mise
- GitHub Actions Integration โ Run workflows locally with act
- Configuration Reference โ Full settings reference including task type toggles
- Enabling / Disabling Task Types โ Control which task types are active