Jan 9 · 4 min read · In this post, I'll be sharing my journey of developing an HTTP Server from scratch. The focus of this post will be to integrate a Dockerfile into the project. As I am currently learning about Docker, I aim to use containers in this project. About Doc...
Join discussion
Oct 29, 2025 · 2 min read · Today I focused on the three most fundamental concepts in Docker: Images, Containers, and Dockerfiles. These form the core building blocks of containerized application development. Understanding them clearly is essential before moving into Docker net...
Join discussion
Sep 25, 2025 · 3 min read · When I started learning Docker, one concept that stood out was OS Level Virtualization. In this post, I’ll explain what it means in simple terms and share the steps I followed with examples you can try yourself. What is OS Level Virtualization? Virt...
Join discussionAug 29, 2025 · 9 min read · Introduction: The DNA of Modern DevOps In software development’s bustling ecosystem, the Docker Image quietly underpins everything “containerized.” To the uninitiated, it’s just a file. To DevOps engineers, it’s the blueprint—the genetic code that gu...
Join discussion
Aug 11, 2025 · 5 min read · In Part 1 of our Docker series, we covered Docker basics, architecture, installation, and important commands. Now in Part 2, we’ll deep dive into Dockerfile and Docker Images — the building blocks of containerized applications. 📌 1. What is a Dock...
Join discussionJul 20, 2025 · 2 min read · We use Docker images because they solve a number of important problems in software development, deployment, and operations. 🎬 Video Demonstration 🧠 Why Use Docker Images? 1. 🧳 Portability "Works on my machine" is no longer a problem. Docker i...
Join discussion
Apr 12, 2025 · 4 min read · Achieve the task with the following tools; i. A functional Azure account. ii. Installed Visual Studio (VS) Code in your PC with the following extensions; Azure CLI (Command Line Interface), Docker. First things first. a. Create a Container in Azure. ...
Oumeokoli commented
Mar 19, 2025 · 5 min read · In the field of modern application development, containerisation has become an essential part of the deployment process. Docker is a popular containerisation solution that developers can use to package applications and their dependencies into portabl...
Join discussion
Feb 3, 2025 · 9 min read · This document explains how to set up a CI/CD pipeline using Azure DevOps, Terraform, and different Azure services to deploy a web application on a private AKS cluster. The deployment is automated and ensures secure communication between services. Pre...
Join discussion