공부/Docker
Docker 설치 시 WLS2 Installation is incomplete 오류 해결
딸기버블티
2023. 2. 15. 09:51


Windows PowerShell 을 관리자 권한으로 실행한다.
명령어 다음을 아래와 같이 순서대로 입력 후 엔터

1. dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart
2. dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart
3. wsl --set-default-version 2
window10일때
3번 대신 wsl --update