Skip to content

Container Runtime

High Level Container Runtime

cri-o

  • https://github.com/cri-o/cri-o
  • RedHatが主導で開発
  • 純粋にコンテナを起動させるための実装なので軽量かつセキュアらしい
  • image の build や push は非サポート

    What is not in scope for this project?

    • Building, signing and pushing images to various image storages

containerd

Low Level Container Runtime

runc

参考