Gogs; E/// SRE Hands-On Project
Pre-configured Gogs instance with demo repository containing SRE project deliverables.
Quick Start
docker run -d --name gogs -p 3100:3000 -p 10022:22 christopher95/gogs:v0.1
Access: http://localhost:3100
Login: root / 123456
What's included
- Gogs configured with SQLite3 (no external DB needed)
- demo/go-web-hello-world repository with:
- Go web application source code
- Optimised multi-stage Dockerfile (7.42MB image)
- Kubernetes deployment and service manifests
- Dashboard admin ServiceAccount config
- Kubeconfig for Kind cluster
- Full project documentation/MOP (README.md)
Added the multiarch version so should run on both arm and amd