Skip to content

Commit

Permalink
doc: update README
Browse files Browse the repository at this point in the history
Signed-off-by: Tianyang Zhang <burning9699@gmail.com>
  • Loading branch information
Burning1020 committed Aug 27, 2023
1 parent d5eca4c commit d520008
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,20 @@

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.

# Supported Sandboxes

| Sandboxer | Sandbox | Status |
|----------------|------------------|--------------------|
| **MicroVM** | Cloud Hypervisor | Supported |
| | QEMU | Supported |
| | StratoVirt | Supported |
| | Firecracker | Planned in 2024 |
| **App Kernel** | Quark | Supported |
| | gVisor | Planned in 2024 |
| **Wasm** | WasmEdge | Supported |
| | Wasmtime | Supported |
| **runC** | runC | Planned in 2023 H2 |

# Why Kuasar?

In the container world, a sandbox is a technique used to separate container processes from each other, and from the operating system itself. After the introduction of the [Sandbox API](https://github.com/containerd/containerd/issues/4131), sandbox has become the first-class citizen in containerd. With more and more sandbox techniques available in the container world, a management service called "sandboxer" is expected to be proposed.
Expand Down

0 comments on commit d520008

Please sign in to comment.