Open Microsoft Store app and search for 'Linux' and install Ubuntu or Debian if you don't have a specific distribution (distro) you use
If already using WSL:
Open an elevated Powershell terminal
Enter wsl --list -v
If (1) is listed under "VERSION" for installed distros, continue, otherwise if all distro versions are listed as "2" skip to Step 5
Enter the command wsl --set-default-version 2 to set your default distro to using version 2 of WSL and enter wsl --set version <Distro> 2 for any others you'd like to upgrade (including Docker if already installed)
Instructions need updating
Known areas to fix
[ ] Step 1 Docker install
[ ] Step 3 Running
build.sh
script (see #78)Requirements to close issue: When above items (and any potential future items deemed relevant) are resolved