© 2026 Hashnode
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...

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...

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...

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. ...

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...
