docs: added _Older WSL versions might lead to networking issues_ - fi… (#3583)

Co-authored-by: Charlie Drage <charlie@charliedrage.com>
This commit is contained in:
Fabrice Flore-Thébault 2023-08-23 13:44:00 +02:00 committed by GitHub
parent ee0ba1e0dc
commit 7218ef5ebd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -52,3 +52,20 @@ You can find here troubleshooting help for issues specific to Windows.
#### Workaround
- Set the environment variable `ELECTRON_NO_ATTACH_CONSOLE` to true before launching Podman Desktop.
## Older WSL versions might lead to networking issues
Older versions of WSL might cause networking issues, such as the `Get-NetTCPConnection` error, indicating that the WSL loopback forwarding facility is not functioning correctly. Recent versions of WSL do not have this issue
Recent WSL versions do not have the issue.
#### Solution
1. Update Windows to either the 21H1, 21H2, or 22H2 version of Windows 10, or to the 21H1 version of Windows 11, or greater.
2. Update WSL:
```shell-session
wsl --update
```
3. Optionally, delete your Podman machine, and create a new one.