Skip to content
Snippets Groups Projects
Commit 8cee9415 authored by Emanuele Aina's avatar Emanuele Aina
Browse files

overview: Use CRI for the interface, not CRI-O


CRI-O is a specific implementation of the Kubernetes Container
Runtime Interface (CRI), so when talking about the interface point
to the latter.

Signed-off-by: Emanuele Aina's avatarEmanuele Aina <emanuele.aina@collabora.com>
parent c1be30d5
No related branches found
No related tags found
1 merge request!495overview: Use CRI for the interface, not CRI-O
......@@ -230,7 +230,8 @@ advantage of common workflows developers are used to for building images
targeting cloud deployments.
The other benefit of using OCI standards is the potential to use/consider
different [CRI-O](https://cri-o.io/) implementation, including implementations
different [CRI](https://kubernetes.io/docs/concepts/architecture/cri/)
implementations, including implementations
using hypervisor technology to allow for an even bigger separation of host and
container then typically available on namespace based container systems.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment