January 2024
Beginner to intermediate
300 pages
6h 42m
English
Over the last decade, Docker containerization has become a kind of default packaging format for web applications and modern microservices. In a container, your program sits in a very lightweight, isolated shell of Linux filesystem, process, user, and network abstractions, safely separate from the host environment. Container images also happen to be incredibly portable – they’re easy to shuffle around from a developer’s laptop to a testing or staging environment to a production server. This solves many of the problems that have plagued software and infrastructure over the last several decades.
In some sense, containers are quite similar to the Linux packages you’ve learned how to install from repositories. ...
Read now
Unlock full access