From fcfc49c7f566cdc7d8ec4083910cb9da47a7cbd4 Mon Sep 17 00:00:00 2001 From: ihucos Date: Fri, 16 Mar 2018 08:16:37 +0100 Subject: [PATCH] Add plash --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5035987..3625c25 100644 --- a/README.md +++ b/README.md @@ -138,6 +138,8 @@ Intel Clear Linux OCI (Open Containers Initiative) compatible runtime. 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. +* [plash](https://github.com/ihucos/plash/) +Lightweight, rootless containers. ## Sandboxes