Skip to content

Setup Ubuntu 24.04 systemd IT-Dev image v1.1.0

How to download, import and setup (CLI)

curl.exe -O \
    https://gitlab.com/api/v4/projects/74311175/packages/generic/v1.1.0/v1.1.0/it-dev-alpine-322-v1.1.0.wsl
wsl --install --name it-dev-alpine-322 --from-file it-dev-alpine-322-v1.1.0.wsl

NOTE: Choose any value for --name

How to download, import and setup (UI)

Download and open the .wsl file: it-dev-alpine-322-v1.1.0.wsl

NOTE: You don't get to choose WSL distro name when installed this way.

How to remove the imported WSL distro

wsl --terminate it-dev-alpine-322
wsl --unregister it-dev-alpine-322