Skip to content

Instantly share code, notes, and snippets.

View kentheam's full-sized avatar
🎯
Focusing

keam kentheam

🎯
Focusing
  • North Sulawesi, Mi na esa
  • 08:26 (UTC -12:00)
View GitHub Profile
@kentheam
kentheam / docker-wsl2.md
Created June 27, 2023 06:01 — forked from martinsam16/docker-wsl2.md
How to install wsl2 ubuntu + docker + docker-compose

Activate wsl2

dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart
dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart
wsl --set-default-version 2

Install and Configure Ubuntu