baatliwala@lemmy.world to Technology@lemmy.worldEnglish · 4 months agoGitHub faces a fight for its survival at Microsoftwww.theverge.comexternal-linkmessage-square14linkfedilinkarrow-up1179arrow-down16
arrow-up1173arrow-down1external-linkGitHub faces a fight for its survival at Microsoftwww.theverge.combaatliwala@lemmy.world to Technology@lemmy.worldEnglish · 4 months agomessage-square14linkfedilink
minus-squareZarajevo@feddit.orglinkfedilinkEnglisharrow-up54arrow-down3·4 months agoGIT is a distributed version control system, there is no reason to centralize it on GitHub, use Forgejo and the Fediverse for your development - today!
minus-squareurandom@lemmy.worldlinkfedilinkEnglisharrow-up8·4 months agoForgejo is easy. Setting up a runner is the problem
minus-squareDust0741@lemmy.worldlinkfedilinkEnglisharrow-up1arrow-down1·4 months agoTheir dind solution is really easy
minus-squarejaxxed@lemmy.worldlinkfedilinkEnglisharrow-up2arrow-down1·4 months agoDocker-in-docker. Run container agents which can still run docker commands, often by side-car daemon.
minus-squareurandom@lemmy.worldlinkfedilinkEnglisharrow-up1·4 months agoIs there a good tutorial about setting it up with compose?
minus-squareDust0741@lemmy.worldlinkfedilinkEnglisharrow-up1·4 months agohttps://forgejo.org/docs/latest/admin/actions/installation/docker/#docker-compose
minus-squarejaxxed@lemmy.worldlinkfedilinkEnglisharrow-up1·4 months agoIf you mean DinD, I’ve only done it on k8s
GIT is a distributed version control system, there is no reason to centralize it on GitHub, use Forgejo and the Fediverse for your development - today!
Done. Moved.
Forgejo is easy. Setting up a runner is the problem
Their dind solution is really easy
Dind?
Docker-in-docker. Run container agents which can still run docker commands, often by side-car daemon.
Is there a good tutorial about setting it up with compose?
https://forgejo.org/docs/latest/admin/actions/installation/docker/#docker-compose
If you mean DinD, I’ve only done it on k8s