runc - CI/CD用語集の定義
runc は、OCI runtime bundle をもとに Linux の namespace と cgroup を使って実際に container プロセスを生成する、リファレンスとなる低レベルの OCI runtime です。より高レベルの runtime が内部でこれを呼び出します。
runc は、OCI runtime bundle をもとに Linux の namespace と cgroup を使って実際に container プロセスを生成する、リファレンスとなる低レベルの OCI runtime です。より高レベルの runtime が内部でこれを呼び出します。
runc は、OCI runtime bundle をもとに Linux の namespace と cgroup を使って実際に container プロセスを生成する、リファレンスとなる低レベルの OCI runtime です。より高レベルの runtime が内部でこれを呼び出します。
スタック内での位置
containerd と CRI-O が image と設定を準備し、その後 runc を呼び出して隔離されたプロセスを作成します。runc は container が起動すると終了します。
関連ガイド
containerd - CI/CD Glossary Definitioncontainerd: containerd is a widely used high-level container runtime that pulls images, manages storage and n…
CRI-O - CI/CD Glossary DefinitionCRI-O: CRI-O is a lightweight container runtime built specifically to implement the Kubernetes Container Runt…
gVisor - CI/CD Glossary DefinitiongVisor: gVisor is a sandboxed container runtime (invoked as `runsc`) that intercepts application syscalls in…
Container Runtime - CI/CD Glossary DefinitionContainer Runtime: A container runtime is the software that creates and runs containers from images, managing…