Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow Installation of WSL2 using web-download instead of Microsoft Store #24881

Open
BhattTanmay opened this issue Dec 20, 2024 · 1 comment
Open
Labels
kind/feature Categorizes issue or PR as related to a new feature.

Comments

@BhattTanmay
Copy link

BhattTanmay commented Dec 20, 2024

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

  • Enterprise Environments: Organizations with restricted or disabled Microsoft Store access can still install Podman and utilize WSL2.

Suggest potential solution

The following can be done:

  1. Add a command-line flag or configuration option:
    • Example: --wsl-install-method=web-download or a similar option.
  2. Modify the installer logic:
    • If the specified flag is present, the installer should use the wsl --install --web-download command to install WSL2.
    • If the flag is not present, the installer should continue with the default Store-based installation.
  3. Provide clear documentation:
    • Update the Podman installation documentation to explain the new option and its usage.

Have you considered any alternatives?

User takes care of WSL installation and kernel update

Additional context

NA

@BhattTanmay BhattTanmay added the kind/feature Categorizes issue or PR as related to a new feature. label Dec 20, 2024
@madhub
Copy link

madhub commented Dec 20, 2024

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes issue or PR as related to a new feature.
Projects
None yet
Development

No branches or pull requests

2 participants