Part 3 : How Does a Container Actually Work?
When you type:
docker run my-app
Docker does multiple things in sequence.You don’t see them — but your OS does.
Let’s break it step by step, with real-world analogies.
🧩 Step 1: Docker Talks to the Operating System
What really happens
Docker asks ...
shreemete.hashnode.dev2 min read