limitation for nested virtualization
This commit is contained in:
parent
51fd5bd858
commit
ad703df6ec
1 changed files with 11 additions and 5 deletions
|
|
@ -8,6 +8,12 @@
|
||||||
|
|
||||||
For existing WSL installations, you can [change the distribution](https://learn.microsoft.com/en-us/windows/wsl/install#change-the-default-linux-distribution-installed) and [check the WSL version](https://learn.microsoft.com/en-us/windows/wsl/install#upgrade-version-from-wsl-1-to-wsl-2).
|
For existing WSL installations, you can [change the distribution](https://learn.microsoft.com/en-us/windows/wsl/install#change-the-default-linux-distribution-installed) and [check the WSL version](https://learn.microsoft.com/en-us/windows/wsl/install#upgrade-version-from-wsl-1-to-wsl-2).
|
||||||
|
|
||||||
|
:::info Known limitation
|
||||||
|
OpenRAG isn't compatible with nested virtualization, which can cause networking issues.
|
||||||
|
Don't install OpenRAG in on a WSL distribution that is installed inside a Windows VM.
|
||||||
|
Instead, install OpenRAG on your base OS or a non-nested Linux VM.
|
||||||
|
:::
|
||||||
|
|
||||||
2. [Start your WSL Ubuntu distribution](https://learn.microsoft.com/en-us/windows/wsl/install#ways-to-run-multiple-linux-distributions-with-wsl) if it doesn't start automatically.
|
2. [Start your WSL Ubuntu distribution](https://learn.microsoft.com/en-us/windows/wsl/install#ways-to-run-multiple-linux-distributions-with-wsl) if it doesn't start automatically.
|
||||||
|
|
||||||
3. [Set up a username and password for your WSL distribution](https://learn.microsoft.com/en-us/windows/wsl/setup/environment#set-up-your-linux-username-and-password).
|
3. [Set up a username and password for your WSL distribution](https://learn.microsoft.com/en-us/windows/wsl/setup/environment#set-up-your-linux-username-and-password).
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue