From ca9f571c874e44bdadba9ad225f36c361772e357 Mon Sep 17 00:00:00 2001 From: Ricardo Aravena Date: Wed, 30 May 2018 16:47:00 -0700 Subject: [PATCH] subsystem: docs Update the README.md so showing that containerd is supported Fixes #354 Signed-off-by: Ricardo Aravena --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 47de30470..79dc3beaa 100644 --- a/README.md +++ b/README.md @@ -33,9 +33,11 @@ For details of the other Kata Containers repositories, see the package to provide a high-performance standards-compliant runtime that creates hardware-virtualized containers. -The runtime is both -[OCI](https://github.com/opencontainers/runtime-spec)-compatible and -[CRI-O](https://github.com/kubernetes-incubator/cri-o)-compatible, allowing it +The runtime is +[OCI](https://github.com/opencontainers/runtime-spec)-compatible, +[CRI-O](https://github.com/kubernetes-incubator/cri-o)-compatible, and +[Containerd](https://github.com/containerd/containerd)-compatible, + allowing it to work seamlessly with both Docker and Kubernetes respectively. ## License