Skip to content

Instantly share code, notes, and snippets.

View gabrielrbarbosa's full-sized avatar
🎯

Gabriel R. Barbosa gabrielrbarbosa

🎯
  • Londrina, PR, Brazil
  • 01:19 (UTC -03:00)
View GitHub Profile
@gabrielrbarbosa
gabrielrbarbosa / docker-wsl2.md
Created May 8, 2025 19:24 — 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