GitlabCI: expose Docker socket for faster builds
When building Docker images with GitlabCI, a very common issue is setting-up efficient Docker caching strategy for image build. That’s when hell starts and your CI jobs gets either longer, complex or both. Introduction We’ll talk a lot about Docker and Gitlab CI If you are not familiar with GitlabCI Runner, I advise you to…