239 Views
A container allows us to virtualize applications and data and host this on top of a host virtual machine. Containers are similar to Virtual Machines in that they virtualize some of your application. the difference is that a Virtual Machine abstracts away the hardware because it sits on top of a Virtual Machine so it abstracts away the operating system.
0 comments