Source: bansalkushagra.medium.com

What is Docker ???
prerequisite: https://bansalkushagra.medium.com/virtualization-and-hypervisor-52ad268f0836 For example: suppose you develop an application after you transfer your code to the testing environment, The testing team response that your application is not working.

Now we can see our problem is solved.

Now using Hypervisor we can use different Servers in a single machine either ubuntu, windows server, Linx, etc etc. Now after adapting the Hypervisor technique we create our application on an ubuntu machine which now can be easily shared with our testing team.

Related Articles