In this module we are going to learn about docker. Well docker is a tool that is widely used to containerize. Now, the question is what the hell is containerization? Right ? Let’s dive deeper

Containerization

Containerization is one kind of virtualization. When we virtualize an OS, we virtualize it’s Kernel layer, OS layer, application layer So the virtualization looks like this …

bla bla … bla … ToDo

Now that we have discussed about containerization let’s start gettting our hand dirty with it.

At first we will start with docker run

When we want to start a container we need an image. Just like when we need t