Skip to content

Instantly share code, notes, and snippets.

View Windelimarcos's full-sized avatar

Windelimarcos Windelimarcos

View GitHub Profile
@juancsr
juancsr / mac-docker-withot-docker-destop.md
Last active April 17, 2024 15:05
Use docker in mac without docker-
@martinsam16
martinsam16 / docker-wsl2.md
Last active July 16, 2024 16:15
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