mirror of
https://github.com/podman-desktop/podman-desktop
synced 2026-05-24 10:18:53 +00:00
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:
parent
ee0ba1e0dc
commit
7218ef5ebd
1 changed files with 17 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue