This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
cloud:coreos [2017/02/14 15:55] frank |
cloud:coreos [2017/02/21 10:03] (current) frank |
||
---|---|---|---|
Line 79: | Line 79: | ||
=== dockerd and containerd === | === dockerd and containerd === | ||
+ | not owned by coreos. | ||
+ | |||
+ | Since 1.11, docker is split into containerd, docker daemon, runC. | ||
+ | |||
+ | containerd: daemon, manage docker runtime by runC. provide gRPC interface for dockerd, uses runC tor run container(via containerd-shim) | ||
+ | |||
+ | dockerd: daemon, | ||
+ | |||
+ | runC: implementation for OCI. | ||