What’s and Why’s of Docker Before the inception of Docker, let’s understand how an application was deployed. An application had various services- frontend and a DB (Lets keep it simple :) ). So , the Dev team builds the projects using various dependencies (packages) . For example — A developer , Mariam , starts making…