Docker
Docker is software to run software in a container. Because it's in contained and easy to download an image, it's very easy to use software that's hard to set up or has been written (for Linux). If the software is run by a server, it's easy to use locally without having to know about setting up a server in language whatnot.
- Download Docker desktop
- Use
WSL2
option during install. - Follow instructions when the Computer and Docker have restarted.
- Open Windows Poweshell and use wsl 2 as standard
wsl --set-default-version 2