Skip to content

Instantly share code, notes, and snippets.

View LucasTakeoMori's full-sized avatar
🏠
Working in Home Office

Lucas Takeo Mori LucasTakeoMori

🏠
Working in Home Office
  • wSac Software
  • Avaré, SP
View GitHub Profile
@luizomf
luizomf / tutorial.txt
Created August 7, 2021 10:51
WSL2 e Docker no Windows 10.
### Tutorial oficial:
https://docs.microsoft.com/en-us/windows/wsl/install-win10
### Passo 1 (PowerShell Admin):
dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart
### Passo 2 (PowerShell Admin):
dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart
### Passo 3