Jan 29 · 5 min read · I use Gitlab Runner in docker and I registered a GitLab Runner successfully. Felt smart. Then I ran docker compose up -d… and the runner immediately face-planted with: ERROR: Failed to load config stat /etc/gitlab-runner/config.toml: no such file or ...
Join discussion
Nov 29, 2025 · 13 min read · ⭐ Day 1 – What is Git? (Simple Explanation) Git kya hota hai? Git ek version control system hai.Iska matlab: Tum apna code save kar sakte ho Purani version dekh sakte ho Mistake ho jaaye to code ko wapas laa sakte ho Team me kaam karna easy ho ja...
Join discussionNov 6, 2025 · 3 min read · 🧭 Overview This repository provides a step-by-step guide to setting up a self-hosted GitLab CE server using Docker Compose.It also covers setting up GitLab Runner with different executors — Shell, Docker, Docker-in-Docker (DinD). 🎬 Video Demonstrat...
Join discussion
Sep 14, 2025 · 3 min read · Cuando trabajamos en proyectos de estudio, muchas veces se pierde tiempo configurando la infraestructura para ejecutar pruebas, instalando VMs con el runner, etc. Para esto es que hice un template de CloudFormation, donde se levanta toda la infraestr...
Join discussion
Sep 6, 2025 · 13 min read · Ready to supercharge your GitLab CI/CD with custom Docker images? Whether you're building specialized tools, security scanners, or just want consistent environments across your pipelines, GitLab's Container Registry has you covered. This step-by-step...
Join discussion
Aug 30, 2025 · 2 min read · Managing your own CI/CD infrastructure can be a game-changer for performance, cost, and customization. On Day 84 of my #100DaysOfDevOps journey, I set up a self-hosted GitLab Runner using Docker, and I’m excited to share the experience with you! 🔧 ...
Join discussion
Aug 30, 2025 · 2 min read · Today I built a full GitLab CI/CD pipeline for a simple Node.js app using Docker and deploying it to AWS. This was one of the most practical exercises yet, as it tied together GitLab runners, Docker, Docker Hub, and AWS deployment. 🔹 Pipeline Overv...
Join discussion
Aug 22, 2025 · 8 min read · In this blog we are going to create a GitLab project, that will showcase the skillset regarding GitLab tool. Create a Group and a project within Open your GitLab account and follow these steps one by one. I will guide you if you are starting from ba...
Join discussion
Aug 21, 2025 · 6 min read · Introduction In the world of software development, speed and reliability are everything. Companies need to deliver new features quickly, without compromising on stability or security. This is where CI
Join discussion