https://winaero.com/reset-unregister-wsl-linux-distro-windows-10/
https://codefellows.github.io/setup-guide/windows/
wsl --set-default-version 2
https://devblogs.microsoft.com/commandline/sharing-ssh-keys-between-windows-and-wsl-2/
sudo apt-get update sudo apt-get install keychain
cp -r /mnt/c/Users//.ssh ~/.ssh chmod 600 ~/.ssh/id_ed25519
vi ~/.bashrc --> Insert Key --> Paste this at the end of file eval ``keychain --eval --agents ssh id_ed25519
:wq!
https://newbedev.com/shell-install-docker-on-wsl-without-docker-desktop-code-example
sudo service docker start