Munilakshmi G J100daysdevops.hashnode.dev·Nov 14, 2024Day 20 of 100 Days : Discovering Docker Init – Your Shortcut to Stress-Free Containerization!🚀Hey there, amazing people! 👋 Welcome to Day 20 of my 100 Days of DevOps journey! Today’s topic is all about Docker Init – a handy tool designed to make containerization as smooth as possible. If you’ve ever found yourself buried under the complexiti...Devops
Munilakshmi G J100daysdevops.hashnode.dev·Nov 13, 2024Day 18 of 100 Days : Docker Interview Questions and Answers (Part 1) — Real-World ScenariosWelcome to Day 18 of my 100 Days of DevOps journey! Today, we dive into Docker interview questions that reflect real-world scenarios. These questions are designed to assess practical knowledge, rather than just command recall, so let's break down eac...100DaysChallenge
Munilakshmi G J100daysdevops.hashnode.dev·Nov 11, 2024Day 16 of 100 Days : Understanding Docker Volumes and Bind Mounts for Persistent StorageIntroduction In Docker, containers are designed to be ephemeral, meaning that when they are stopped or removed, they lose all data stored within them. This can be a problem for applications that need to retain data, such as logs or user data, even af...volume
Munilakshmi G J100daysdevops.hashnode.dev·Nov 9, 2024Day 15 of 100 Days : Mastering Multi-Stage Builds in DockerWelcome to Day 15 of my 100 Days of DevOps journey! Today, we’re diving deep into multi-stage builds in Docker, a crucial technique for building lean and efficient Docker images. In this post, I'll walk you through the concepts behind multi-stage bui...Docker
Munilakshmi G J100daysdevops.hashnode.dev·Nov 8, 2024Day 14 of 100 Days : Mastering the Dockerfile🌟Today, we’re diving into one of Docker's most essential components: the Dockerfile. A Dockerfile is a script-like text document that contains instructions to build a Docker image. Think of it as a blueprint or recipe for creating an environment where...master dockerfile
Munilakshmi G J100daysdevops.hashnode.dev·Nov 6, 2024Day 12 of 100 Days : Deep Dive into Docker Containers🐳 Why Are Containers So Lightweight? Unlike VMs, which each require a full operating system, containers share the host OS kernel. This makes them incredibly lightweight, as they don't need to load separate OS layers. Containers also include only the...Devops
Vishal Bhosalevishalb.hashnode.dev·Oct 27, 2024Day 14: Create a Linux & Git-GitHub Cheat SheetYou have completed the Linux & Git-GitHub hands-on tasks, and I hope you have learned something interesting from it. Now, let's create an interesting assignment that will not only help you in the future but also benefit the DevOps community! Tasks wi...#100DayOfDevops