July 2017
Intermediate to advanced
402 pages
9h 38m
English
Docker, and containers in general, are very powerful tools worth digging into. By combining resource isolation features, including union capable filesystems, Docker allows for the creation of packages called containers that include everything needed to run an application. Containers, like virtual machines, are self-contained, but instead of virtualizing the hardware, they virtualize the operating system itself. In practice, this makes a huge difference. As you have probably noticed by now, starting a virtual machine, such as an EC2 instance, takes time. This comes from the fact that, in order to start a virtual machine, the hypervisor (that's the name of the technology that creates and runs virtual machines) ...
Read now
Unlock full access