From 4d545f3ad30438692411684469f56a03aada85dc Mon Sep 17 00:00:00 2001 From: Filipp Frizzy Date: Fri, 8 Dec 2017 11:46:43 +0000 Subject: [PATCH] add Kata Containers https://katacontainers.io/ --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1a0781c..a24417f 100644 --- a/README.md +++ b/README.md @@ -134,6 +134,8 @@ LMCTFY is the open source version of Google’s container stack, which provides Intel Clear Linux OCI (Open Containers Initiative) compatible runtime. * [railcar](https://github.com/oracle/railcar) Railcar is a rust implementation of the opencontainers initiative's runtime spec. It is similar to the reference implementation runc, but it is implemented completely in rust for memory safety without needing the overhead of a garbage collector or multiple threads. +* [Kata Containers](https://katacontainers.io/) +Kata Containers is a new open source project building extremely lightweight virtual machines that seamlessly plug into the containers ecosystem. ## Sandboxes