Containers provide you with a standard way to package your application’s code and dependencies into a single object.
A container packages your application with everything it needs to run, so it works the same on any computer.
Containers and VMs
Containers are faster than virtual machines (VMs) because they share the host computer’s operating system. VMs use a hypervisor to run full, separate operating systems.
