From 3cac036e939c9acdd32c5df09800bd1192fb2d6f Mon Sep 17 00:00:00 2001 From: David Scott Date: Mon, 6 Jan 2025 10:46:46 +0000 Subject: [PATCH] vmm: add note that Docker VMM is based on libkrun (#21702) ## Description Add a small note that Docker VMM is based on libkrun (which is an excellent project!) ## Related issues or tickets Related to https://x.com/slpnix/status/1872690298360410610 ## Reviews FYI @dgageot @slp - [ ] Technical review - [ ] Editorial review - [ ] Product review Signed-off-by: David Scott --- content/manuals/desktop/features/vmm.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/manuals/desktop/features/vmm.md b/content/manuals/desktop/features/vmm.md index e1099faeae..ab88b8b4b8 100644 --- a/content/manuals/desktop/features/vmm.md +++ b/content/manuals/desktop/features/vmm.md @@ -31,6 +31,8 @@ These improvements directly impact developers who rely on frequent file access a > > Docker VMM requires a minimum of 4GB of memory to be allocated to the Docker Linux VM. The memory needs to be increased before Docker VMM is enabled, and this can be done from the **Resources** tab in **Settings**. +Docker VMM is based on [libkrun](https://github.com/containers/libkrun). + ### Known issues As Docker VMM is still in Beta, there are a few known limitations: