containerd - CI/CD用語集の定義
containerd は広く使われている高レベルの container runtime で、image を pull し、ストレージとネットワークを管理し、container の実行を runc などの低レベル runtime に委譲します。
containerd は広く使われている高レベルの container runtime で、image を pull し、ストレージとネットワークを管理し、container の実行を runc などの低レベル runtime に委譲します。
containerd は広く使われている高レベルの container runtime で、image を pull し、ストレージとネットワークを管理し、container の実行を runc などの低レベル runtime に委譲します。
どこで動くか
containerd は多くの Kubernetes クラスタのデフォルト runtime であり、Docker の基盤にもなっています。CI 環境では、build やサービス container をこれを通じて実行するのが一般的です。
関連ガイド
Container Runtime - CI/CD Glossary DefinitionContainer Runtime: A container runtime is the software that creates and runs containers from images, managing…
runc - CI/CD Glossary Definitionrunc: runc is the reference low-level OCI runtime that actually spawns a container process using Linux namesp…
CRI-O - CI/CD Glossary DefinitionCRI-O: CRI-O is a lightweight container runtime built specifically to implement the Kubernetes Container Runt…
Container Image - CI/CD Glossary DefinitionContainer Image: A container image is a read-only, layered package that bundles an application with its runti…