Introduction
Containers are lightweight, standalone software packages that contain all the dependencies it requires to run, such as the code itself, libraries, configurations, and so on. It allows us to run an application along with its dependencies in isolation. Containers enable the deployment of an application quickly and seamlessly, and also gives us more control over system resources. Unlike a virtual machine, which has its own kernel, containers don't need their own kernel for different containers. A container will share its kernel with its host.
Docker is one of the most popular containerization platforms, and was developed by company called Docker, Inc. Docker is a tool that can package code and its dependencies into a container, ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access