December 2018
Intermediate to advanced
500 pages
12h 19m
English
Virtual machines work by packaging the application and the operating system. This makes the packages (referred to generally as images) pretty fat. It also is pretty inefficient since there are multiple operating systems running on top of the actual "host" OS.
Containers enable isolation at an OS level, using constructs such as the following:
This isolation mechanism is much more efficient than the guest operating system concept in virtual machines. This enables ...
Read now
Unlock full access