Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vmm: add note that Docker VMM is based on libkrun #21702

Merged
merged 1 commit into from
Jan 6, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions content/manuals/desktop/features/vmm.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@
>
> 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).

Check failure on line 34 in content/manuals/desktop/features/vmm.md

View workflow job for this annotation

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [Vale.Spelling] Did you really mean 'libkrun'? Raw Output: {"message": "[Vale.Spelling] Did you really mean 'libkrun'?", "location": {"path": "content/manuals/desktop/features/vmm.md", "range": {"start": {"line": 34, "column": 25}}}, "severity": "ERROR"}

### Known issues

As Docker VMM is still in Beta, there are a few known limitations:
Expand Down