First of all, I'm new to docker so I don't know much about docker.
I don't understand what happened in my local machine when i pull an image and run it.
First let's get example like Ubuntu. We pull it then we run it. Those things are okay but when i run it, it give a real linux shell I can run commands and install libraries packages and what ever the thing we use on linux.
Problem is that image we pull, is like a iso we download from the web to install on local machine or is it different from that. That mean the real OS in the somewhere on cloud and we connect with it using internet.
This is the problem I have. I don't understand what happened in docker.
I refer docker official documentation but I can't clarify this.