
上QQ阅读APP看书,第一时间看更新
Container plumbing
The basement on top of which the Docker engine is built; is the container plumbing and is formed by two components, runc and containerd.
Originally, Docker was built in a monolithic way and contained all of the functionality necessary to run containers. Over time, this became too rigid and Docker started to break out parts of the functionality into their own components. Two important components are runc and containerd.