From fb93355d37d5009f34fa9fba210f4d80d9d76ac6 Mon Sep 17 00:00:00 2001 From: Nikolay Govorov Date: Wed, 15 Jul 2026 01:27:27 +0100 Subject: Add landscape doc --- docs/landscape.md | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 docs/landscape.md diff --git a/docs/landscape.md b/docs/landscape.md new file mode 100644 index 0000000..14494ea --- /dev/null +++ b/docs/landscape.md @@ -0,0 +1,45 @@ +# Isolation landscape + +A cursory overview of similar or related projects that caught the author's +attention. There is no systematic approach, so great projects might be +overlooked. + +**Containers:** + +- +- +- +- +- +- + +**Container build tools:** + +- +- + +**Micro VM:** + +- +- +- +- + +**macOS VM:** + +- +- + +**VM image formats:** + +- +- + +**Hypervisor:** + +- [Xen](https://xenproject.org) +- [QEMU](https://www.qemu.org) +- [Linux KVM](https://docs.kernel.org/virt/kvm/index.html) +- [Windows Hyper-V](https://learn.microsoft.com/windows-server/virtualization/hyper-v/) +- [Apple Hypervisor.framework](https://developer.apple.com/documentation/hypervisor) +- [Apple Virtualization.framework](https://developer.apple.com/documentation/virtualization) -- Gilti