Category DevOps

Infrastructure as code (IaC)

black and silver scissors with black handle

Modern enterprise architecture is evolving at an incredible pace. Every corner of the tech world seems to bring a new tool or technology. At the same time, businesses are changing fast, and so is the architecture that supports them. It…

Docker : L1 – Container life cycle

bird's-eye view photography of road

We will learn how to run containers in docker. This is the first and first and foremost command that we use in docker to run a containerized application . This section will cover basics of docker run using CLI as…

Docker-Terminology

worms eye view of buildings

Docker provides the ability to package our application and its runtime environment into a container which can be shipped easily. We have the ability to configure the runtime environment along with the application code . This makes it easy for…

Docker – Installation on Windows

aerial view of intermodal containers

A quick walk through of Docker installation on Windows 10. 1. Downloading the binaries Download the binaries from the official website. 2. Install WSL 2 Install WSL 2 following instructions provided in the Microsoft website. This step can be done…