Allow Installation of WSL2 using web-download instead of Microsoft Store #24881
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
machine
windows
issue/bug on Windows
Feature request description
Currently, the Podman installer for Windows relies on the Microsoft Store to deploy the WSL2 kernel and utilities. This approach presents challenges in enterprise environments where direct installation from the Store is restricted or disabled.
This issue proposes adding an optional flag or configuration option to the Podman installer to allow users to choose to install the WSL2 components using the
wsl --install --web-download
method instead of the default Store-based installation.Use Cases
Suggest potential solution
The following can be done:
--wsl-install-method=web-download
or a similar option.wsl --install --web-download
command to install WSL2.Have you considered any alternatives?
User takes care of WSL installation and kernel update
Additional context
NA
The text was updated successfully, but these errors were encountered: