February 2018
Beginner
290 pages
7h 28m
English
So, the ability to do containerization is over 15 years old, but why has it become famous only recently? It's because Docker (www.docker.com) has simplified it to the point where it only takes a few commands to create these namespaces and connect them in a usable manner.
Docker is an application that works on a client-server model. The Docker client helps us execute commands to the Docker server in order to control the containers. The Docker server itself runs on the kernel and creates the namespaces and connects them.
The images that are used by Docker are of the QCOW2 format—which makes it easier for us to layer images atop each other. The Docker images are normally stored in the public Docker repository. ...
Read now
Unlock full access