Containerd

  • althought it is a part of docker but
  • it is also a separate project
  • member of CNCF
  • can install containerD alone without docker

How to run containers with just containerd without docker?

  • usually we run containers with docker run command
  • but how do we run containers without docker with just containerd?
  • containerd comes with a tool called ctr

docker cli-ctr

202508212013