Skip to content

Instantly share code, notes, and snippets.

View AlbertoGuilherme's full-sized avatar

Alberto Guilherme Airosa AlbertoGuilherme

  • Alberto Guilherme Airosa
  • Angola
View GitHub Profile
@AlbertoGuilherme
AlbertoGuilherme / tutorial.txt
Created April 23, 2022 15:23 — forked from luizomf/tutorial.txt
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