How containerd compares to runc
I will give a high level overview to get you started: containerd is a container runtime which can manage a complete container lifecycle – from image transfer/storage to container execution, supervision and networking. container-shim handle headless containers, meaning once runc initializes the containers, it exits handing the containers over to the container-shim which acts as … Read more