#100dayofdevops
Read more stories on Hashnode
Articles with this tag
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...
Welcome to Day 18 of my 100 Days of DevOps journey! Today, we dive into Docker interview questions that reflect real-world scenarios. These questions...
Introduction In Docker, containers are designed to be ephemeral, meaning that when they are stopped or removed, they lose all data stored within them....
Welcome 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...
Today, we’re diving into one of Docker's most essential components: the Dockerfile. A Dockerfile is a script-like text document that contains...
🐳 Why Are Containers So Lightweight? Unlike VMs, which each require a full operating system, containers share the host OS kernel. This makes them...