Skip to content

Instantly share code, notes, and snippets.

View herculanocm's full-sized avatar
💭
Coding

Herculano Cunha herculanocm

💭
Coding
View GitHub Profile
@martinsam16
martinsam16 / docker-wsl2.md
Last active June 6, 2024 11:16
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