From 9440476e28f6c1056f3c7283a35355de840cb2f4 Mon Sep 17 00:00:00 2001 From: Anthony Wang Date: Fri, 29 Jul 2022 14:20:39 -0500 Subject: [PATCH] Add note recommending containers over VMs --- Virtual-machines.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Virtual-machines.md b/Virtual-machines.md index b0ae144..85b8df3 100644 --- a/Virtual-machines.md +++ b/Virtual-machines.md @@ -1,4 +1,6 @@ -We offer high-performance **virtual machines** (VMs) with the [QEMU/KVM](https://wiki.qemu.org/Features/KVM) hypervisor. For a more lightweight alternative to a full-blown virtual machine, see [containers](Containers). +We offer high-performance **virtual machines** (VMs) with the [QEMU/KVM](https://wiki.qemu.org/Features/KVM) hypervisor. + +For a more lightweight alternative to a full-blown virtual machine, see [containers](Containers). **We recommend using containers if possible since they are much more performant than VMs and you can even install a [desktop environment](Window managers) inside the container.** ### Setup