Setting up GitLab within Docker
I'll be honest, I've been putting this off for quite some time & maybe that's been a good thing? Why would that be a statement to make? Well, because the complexity is now removed. not 100% but mostly. What am I on about? Well, setting up a GitLab repository LOCALLY on your own machine / environment so you can do your own offline source control. Y'know, there are times you just don't want your code being pushed out to GitHub, even if you've made the repo's private & paid money, it still doesn't stop the owners (Micro$oft) from using your content / code to train their Machine Learning* models against your code - that will eventually put you out of a job as id1ots think that auto-generated code from Machine Learning* models is so good it will do that. It won't, however, I don't particularly want to accelerate that level of dumb thinking. Answer = install GitHub GitLab locally yourself. https://docs.gitlab.com/install/docker/ $ docker pul...