The Deep Dive
Take a deep dive into the Docker Engine.
We'll cover the following...
When Docker was first released, the Docker Engine had two major components:
- The Docker daemon (sometimes referred to as just “the daemon”)
- LXC
The daemon was a monolithic binary containing all the code for the API, image builders, container execution, volumes, networking, and more.
LXC did the hard work of interfacing ...
Access this course and 1400+ top-rated courses and projects.