July 2024
Intermediate to advanced
360 pages
9h 45m
English
This chapter covers
Containers have become increasingly prevalent in software development. The core concept boils down to providing an isolated and portable environment to run software. One of the difficulties of developing software is the fact that things run differently depending on the machine. The OS provides access to all kinds of resources: network ports, filesystem, environment variables, other processes, kernel APIs, and so on. These resources may change from one machine to another (which is where the infamous line “It works on my machine” comes from).
Read now
Unlock full access