WSL
SSH into different WSL distributions
- Use different host ports for
sshdof differentWSLdistributions, as allWSLdistributions all have the sameIPaddress.
Docker container exits immediately with code 139
- Add the following content to
%USERPROFILE%\.wslconfigand restartWSL
[wsl2]
kernelCommandLine = vsyscall=emulateCheatsheet
Get a list of currently available distributions
wsl --list --onlineInstall a specified distribution
wsl --install %distribution_name%Run a specified distribution
wsl -d %distribution_name%Uninstall a specified distribution
wsl --unregister %distribution_name%