Created
August 7, 2021 10:51
-
-
Save luizomf/8bc93474de107bff6ee09b1ceee481df to your computer and use it in GitHub Desktop.
WSL2 e Docker no Windows 10.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### 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/ |
Não estou conseguindo... Quando instalo o Docker ele dá erro na instalação e aparece esse erro:
Component CommunityInstaller.AutoStartAction failed: O acesso à chave do Registro 'HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Run' foi negado. em CommunityInstaller.InstallWorkflow.<DoHandleD4WPackageAsync>d__30.MoveNext() --- Fim do rastreamento de pilha do local anterior onde a exceção foi gerada --- em System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() em System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) em CommunityInstaller.InstallWorkflow.<DoProcessAsync>d__23.MoveNext()
Alguém sabe como resolver? Meu Windows é o 10 pro
Executou como admin ???? o power shell ? aparentemente ta sem permissão de acesso aos arquivos
Isso foi no instalador, e executei como adm
Ajudou muito, valeu!
Excelente tutorial, fiz o processo no windows 11 é tudo certinho.
Melhor tutorial, obrigado professor!
Valeu Professor!!
obg Professor deu certo 5/2024
Sempre que quero instalar o docker em uma maquina nova, venho para esse tutorial. Muito top!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Executou como admin ???? o power shell ? aparentemente ta sem permissão de acesso aos arquivos