Show Menu
Cheatography

Docker Cheat Sheet (DRAFT) by

Docker cheatsheet including docker and wsl2 installation.

This is a draft cheat sheet. It is a work in progress and is not finished yet.

Windows Instal­lation

Step1: Open PowerShell
Step2: Type wsl --list --online
Step3: wsl --install -d <Pr­eferred Distro>
Step4: Open WSL and set your new user and password
Note: OS reset could be needed
 

Validation

Step1: Open PowerShell
Step2: wsl -l -v
Step3: wsl --set-­version <Di­str­o> 2
Note: Perform Step3 when version 1 is being used
Note: Use wsl --update when you have kernel issues