WSL
SSH into different WSL distributions
- Use different host ports for
sshd
of differentWSL
distributions, as allWSL
distributions all have the sameIP
address.
Docker container exits immediately with code 139
- Add the following content to
%USERPROFILE%\.wslconfig
and restartWSL
[wsl2]
kernelCommandLine = vsyscall=emulate
Cheatsheet
Get a list of currently available distributions
wsl --list --online
Install a specified distribution
wsl --install %distribution_name%
Run a specified distribution
wsl -d %distribution_name%