WSL distribution for CBL-Mariner (Azure Linux)
cd src
docker run -t wsl-mariner .
Then you can copy the generated file out from the docker. For example, copy to d:\tmp\install.tar.gz
:
docker run -v d:\tmp:/mnt/dst --rm --entrypoint cp wsl-mariner /tmp/install.tar.gz /mnt/dst/
-
Create a folder to put WSL-Mariner files:
mkdir d:\wsl\mariner
-
Download WSL Launcher form https://github.com/xieyubo/WSL-DistroLauncher/releases/download/0.9.1/wsl-launcher.exe to
d:\wsl\mariner
. -
Copy the
install.tar.gz
tod:\wsl\mariner
also. -
Double click
wsl-launcher.exe