Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 450 Bytes

docker.md

File metadata and controls

10 lines (7 loc) · 450 Bytes

Docker相关问题

dockerd

  • dockerd通过gRPC和containerd通信

  • 如果是start或者exec容器,containerd就拉起一个container-shim

  • container-shim拉起之后,拉起runC进程,runC

  • runC: CLI tool for spawning and running containers according to the OCI specification

  • containerd: An open and reliable container runtime