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 September 2, 2025 00:01
Use docker in mac without docker-
@martinsam16
martinsam16 / docker-wsl2.md
Last active August 25, 2025 03:56
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