Docker Architecture – Engine, Containerd, runc

People often get confused when looking at the Docker architecture at what the various components do. In this article I will attempt to demystify a few components. The latest docker version when writing this article is 18.09. Here’s an overall hierarchy of Docker The heart of Docker is the docker engine. 1. Docker Engine The … Read more