Skip to content

Instantly share code, notes, and snippets.

@ronaldomendes
Forked from luizomf/tutorial.txt
Created May 11, 2022 01:52
Show Gist options
  • Save ronaldomendes/01421c835db68f2c3cb465e29c59dbe8 to your computer and use it in GitHub Desktop.
Save ronaldomendes/01421c835db68f2c3cb465e29c59dbe8 to your computer and use it in GitHub Desktop.

Revisions

  1. ronaldomendes renamed this gist May 11, 2022. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  2. @luizomf luizomf created this gist Aug 7, 2021.
    20 changes: 20 additions & 0 deletions tutorial.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,20 @@
    ### 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
    REINICIE O COMPUTADOR

    ### Passo 4 (Download the Linux kernel update package):
    https://wslstorestorage.blob.core.windows.net/wslblob/wsl_update_x64.msi

    ### Passo 5 (PowerShell Admin):
    wsl --set-default-version 2

    ### Passo 7 (Instale o docker):
    Tutorial: https://docs.docker.com/docker-for-windows/install/