Add comprehensive GUIDE.md (1000+ lines) covering GitCaddy Runner installation, registration, configuration, deployment options (Docker, Kubernetes, VM), workflow examples, artifact handling, cache server setup, and troubleshooting. Update all deployment example READMEs with improved instructions and clarifications for Docker Compose, Kubernetes (DinD and rootless), and VM deployments. Enhance YAML configurations with better comments and security practices.
1.7 KiB
1.7 KiB
Usage Examples for gitcaddy-runner
A collection of usage and deployment examples for GitCaddy Runner. Whether you're a beginner or an experienced user, you'll find practical resources here that you can directly apply to your GitCaddy setup. We encourage you to contribute your own insights and knowledge to make this collection even more comprehensive and valuable.
| Section | Description |
|---|---|
docker |
Scripts and instructions for running GitCaddy Runner in a Docker container on a workstation or server where Docker is installed. |
docker-compose |
Examples demonstrating how to use docker-compose to run GitCaddy Runner alongside a GitCaddy server instance. |
kubernetes |
Examples and guidelines for deploying GitCaddy Runner within Kubernetes clusters, leveraging scalability and flexibility. |
vm |
Examples for setting up GitCaddy Runner on virtual or physical servers directly, without containerization. |
Feel free to explore, contribute, and adapt these examples to suit your specific requirements.