How does docker differ from virtual machines

Learn More about linux

How does docker differ from virtual machines

Postby Sreenath » Fri Feb 06, 2015 10:03 pm

Virtual Machines
Each virtualized application includes not only the application - which may be only 10s of MB - and the necessary binaries and libraries, but also an entire guest operating system - which may weigh 10s of GB.

Docker
The Docker Engine container comprises just the application and its dependencies. It runs as an isolated process in userspace on the host operating system, sharing the kernel with other containers. Thus, it enjoys the resource isolation and allocation benefits of VMs but is much more portable and efficient.
Sreenath
 
Posts: 0
Joined: Mon Oct 27, 2014 3:27 pm

Return to Know Linux

Login  •  Register

cron