mirror of https://github.com/docker/docs.git
vmm: add note that Docker VMM is based on libkrun (#21702)
<!--Delete sections as needed --> ## Description Add a small note that Docker VMM is based on libkrun (which is an excellent project!) <!-- Tell us what you did and why --> ## Related issues or tickets Related to https://x.com/slpnix/status/1872690298360410610 <!-- Related issues, pull requests, or Jira tickets --> ## Reviews <!-- Notes for reviewers here --> <!-- List applicable reviews (optionally @tag reviewers) --> FYI @dgageot @slp - [ ] Technical review - [ ] Editorial review - [ ] Product review Signed-off-by: David Scott <dave@recoil.org>
This commit is contained in:
parent
da359d3cbb
commit
3cac036e93
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue