You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PS> Invoke-WebRequest https://github.com/yuk7/AlpineWSL/releases/download/3.15.0-0/Alpine.zip -out Alpine.zip
PS> Expand-Archive Alpine.zip
PS> cd Alpine
PS> .\Alpine.exe
Using: .\rootfs.tar.gz
Installing...
Installation complete
Press enter to continue...
PS> wsl.exe --list --verbose
NAME STATE VERSION
Alpine Stopped 2
...
I would like to be able to install Alpine releases "side by side". However, I presume they will both use WSL entry name Alpine (and overwrite the other). Also, having the Alpine version as part of the WSL name is informative.
I would prefer
PS> wsl.exe --list --verbose
NAME STATE VERSION
Alpine-3.15.0-0 Stopped 2
...
The text was updated successfully, but these errors were encountered:
I think this is good, but it may break some automated scripts.
This project uses its own launcher, so you can rename the exe file and rename the instance.
Currently, installing alpine results in a new
wsl.exe --list --verbose
entry namedAlpine
.Using release 3.1.5.0, for example:
I would like to be able to install Alpine releases "side by side". However, I presume they will both use WSL entry name
Alpine
(and overwrite the other). Also, having the Alpine version as part of the WSL name is informative.I would prefer
The text was updated successfully, but these errors were encountered: