Thursday, May 26, 2016

Containers 101: Linux containers and Docker explained

Like FreeBSD Jails and Solaris Zones, Linux containers are self-contained execution environments — with their own, isolated CPU, memory, block I/O, and network resources — that share the kernel of the host operating system. The result is something that feels like a virtual machine, but sheds all the weight and startup overhead of a guest operating system.


In a large-scale system, running VMs would mean you are probably running many duplicate instances of the same OS and many redundant boot volumes. Because containers are more streamlined and lightweight compared to VMs, you may be able to run six to eight times as many containers as VMs on the same hardware.


To read this article in full or to leave a comment, please click here


InfoWorld Cloud Computing


Related Posts:

  • No Related Posts

Containers 101: Linux containers and Docker explained

No comments:

Post a Comment