Files
kata-containers/src/dragonball
Chao Wu 9f0eab904b Dragonball: fix test_signal_handler
a) There is some unknown syscalls triggered in new github virt machine
that would break the make test process with SIGSYS after applying
SeccompFilter. In order to fix this, we change the allowlist in this
unit test for seccompfileter into a blocklist to avoid meeting the unknown syscalls.
b) lazy static METRICS is not fully initialize in the unit test and may lead to
unstable result for this UT.

fixes: #9207

Signed-off-by: Chao Wu <chaowu@linux.alibaba.com>
2024-03-04 16:27:27 +08:00
..
2023-01-17 14:53:47 +08:00
2024-03-04 16:27:27 +08:00
2024-01-04 11:11:56 +08:00
2022-06-11 17:21:41 +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

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.