aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNikolay Govorov <me@govorov.online>2026-07-15 01:27:27 +0100
committerNikolay Govorov <me@govorov.online>2026-07-15 01:27:27 +0100
commitfb93355d37d5009f34fa9fba210f4d80d9d76ac6 (patch)
treeaa8002c978b9701dfd78ffb9f5469f2386d63173
parent89ef029ff4609c4b1b672c651ccfa2a158762b08 (diff)
downloadtar
tar.gz
tar.bz2
tar.lz
tar.xz
tar.zst
zip
Add landscape doc
Diffstat
-rw-r--r--docs/landscape.md45+45 −0
1 files changed, 45 insertions, 0 deletions
diff --git a/docs/landscape.md b/docs/landscape.md
new file mode 100644
--- /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:**
+
+- <https://podman.io>
+- <https://docker.com>
+- <https://colima.run>
+- <https://containerd.io>
+- <https://linuxcontainers.org/incus>
+- <https://github.com/apple/container>
+
+**Container build tools:**
+
+- <https://buildah.io>
+- <https://github.com/lxc/distrobuilder>
+
+**Micro VM:**
+
+- <https://lima-vm.io>
+- <https://microsandbox.dev>
+- <https://firecracker-microvm.io>
+- <https://github.com/libkrun/krunvm>
+
+**macOS VM:**
+
+- <https://tart.run>
+- <https://veertu.com>
+
+**VM image formats:**
+
+- <https://www.dmtf.org/standards/ovf>
+- <https://www.qemu.org/docs/master/interop/qcow2.html>
+
+**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)