From af8c8d8fd1d3b637e677977b25588a9083fba36a Mon Sep 17 00:00:00 2001 From: Zhang Tianyang Date: Tue, 23 Jul 2024 09:55:27 +0800 Subject: [PATCH] doc: update license scan badge Signed-off-by: Zhang Tianyang --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5a9b7db9..77a508f3 100644 --- a/README.md +++ b/README.md @@ -14,13 +14,13 @@ GitHub contributors + + FOSSA Status +

Kuasar is an efficient container runtime that provides cloud-native, all-scenario container solutions by supporting multiple sandbox techniques. Written in Rust, it offers a standard sandbox abstraction based on the sandbox API. Additionally, Kuasar provides an optimized framework to accelerate container startup and reduce unnecessary overheads. - -[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fkuasar-io%2Fkuasar.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Fkuasar-io%2Fkuasar?ref=badge_large) - # Supported Sandboxes | Sandboxer | Sandbox | Status | @@ -51,7 +51,6 @@ Compared with other container runtimes, Kuasar has the following advantages: # Kuasar Architecture ![arch](docs/images/arch.png) -[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fkuasar-io%2Fkuasar.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2Fkuasar-io%2Fkuasar?ref=badge_shield) Sandboxers in Kuasar use their own isolation techniques for the containers, and they are also external plugins of containerd built on the new sandbox plugin mechanism. A discussion about the sandboxer plugin has been raised in this [Containerd issue](https://github.com/containerd/containerd/issues/7739), with a community meeting record and slides attached in this [comment](https://github.com/containerd/containerd/issues/7739#issuecomment-1384797825). Now this feature has been put into 2.0 milestone.