Files
kata-containers/src/dragonball
Chao Wu e80dbc15d8 runtime-rs: workaround Dragonball compilation problem
Since the upstream rust-vmm is changing its dependency style towards
caret requirements in these days (more information:
rust-vmm/vm-memory#199) and it breaks Dragonball compilation frequently.

rust-vmm is expected to finish the changes this week and in order to not
break Kata CI due to Dragonball's compilation error, we will add
Cargo.lock file into /src/dragonball first and remove it later when
rust-vmm is stable.

fixes: #5657
Signed-off-by: Chao Wu <chaowu@linux.alibaba.com>
2022-11-16 12:44:41 +01:00
..
2022-07-07 10:32:26 +08:00
2022-06-11 17:21:41 +08:00
2022-06-11 17:21:41 +08:00
2022-10-12 17:53:01 +08:00

Introduction

Dragonball Sandbox is a light-weight virtual machine manager (VMM) based on Linux Kernel-based Virtual Machine (KVM), which is optimized for container workloads with:

  • container image management and acceleration service
  • flexible and high-performance virtual device drivers
  • low CPU and memory overhead
  • minimal startup time
  • optimized concurrent startup speed

Dragonball Sandbox aims to provide a simple solution for the Kata Containers community. It is integrated into Kata 3.0 runtime as a built-in VMM and gives users an out-of-the-box Kata Containers experience without complex environment setup and configuration process.

Getting Started

TODO

Documentation

Device: Device Document vCPU: vCPU Document API: API Document

Currently, the documents are still actively adding. You could see the official documentation page for more details.

Supported Architectures

  • x86-64
  • aarch64

Supported Kernel

TODO

Acknowledgement

Part of the code is based on the Cloud Hypervisor project, crosvm project and Firecracker project. They are all rust written virtual machine managers with advantages on safety and security.

Dragonball sandbox is designed to be a VMM that is customized for Kata Containers and we will focus on optimizing container workloads for Kata ecosystem. The focus on the Kata community is what differentiates us from other rust written virtual machines.

License

Dragonball is licensed under Apache License, Version 2.0.