From b0700adb23d882d1fcc1a103460de3f65a82b59d Mon Sep 17 00:00:00 2001 From: Chris Aniszczyk Date: Fri, 18 May 2018 09:30:27 -0500 Subject: [PATCH] Add gVisor to the implementations list Signed-off-by: Chris Aniszczyk --- implementations.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/implementations.md b/implementations.md index b447e386e..e25ca14c1 100644 --- a/implementations.md +++ b/implementations.md @@ -13,6 +13,7 @@ If you know of any associated projects that are not listed here, please file a p * [hyperhq/runv][runv] - Hypervisor-based runtime for OCI * [clearcontainers/runtime][cc-runtime] - Hypervisor-based OCI runtime utilising [virtcontainers][virtcontainers] by IntelĀ®. +* [google/gvisor][gvisor] - gVisor is a user-space kernel, contains runsc to run sandboxed containers. ## Testing & Tools @@ -31,3 +32,4 @@ If you know of any associated projects that are not listed here, please file a p [bwrap-oci]: https://github.com/projectatomic/bwrap-oci [bubblewrap]: https://github.com/projectatomic/bubblewrap [crun]: https://github.com/giuseppe/crun +[gvisor]: https://github.com/google/gvisor