This is a revised version of the official Koha wiki at the time of writing: https://wiki.koha-community.org/wiki/Koha-testing-docker#How_to_install_koha-testing-docker_on_Windows
- Open Powershell with admin privileges by pressing Win + X or through the app launcher.
- Type
wsl --install
and hit enter. This will install WSL and prompt you to choose a Linux distribution to install. You can choose Debian, either through the Microsoft Store or by typingwsl --install -d Debian
. - Set the default WSL version to 2 by typing
wsl --set-default-version 2
. - (Optional) Install the new Windows Terminal which allows you to open a shell on your installed Linux distributions. You can install it from the Microsoft Store.