1. Docker 다운로드
https://www.docker.com/products/docker-desktop
- WSL 2 installation is incomplete 오류
[해결방법]
위 사이트의 3단계~5단계 따라하기
- Unpacking failed: Data Error 오류
위치: CommunityInstaller.InstallWorkflow.<DoHandleD4WPackageAsync>d__30.MoveNext()--- 예외가 throw된 이전 위치의 스택 추적 끝 --- 위치: System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() 위치: System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) 위치: CommunityInstaller.InstailWorkflow.<DoProcessAsync>d__ 24.MoveNext()
[해결방법]
-1. Ubuntu 설치
0. Powershell 관리자 권한 설정
> wsl --install
> dism.exe /online /enable-feature /featurename:Microsoft-Windows_Subsystem-Linux /all /norestart
> dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart
> wsl --set-default-version 2
> appwiz.cpl
1. Windows 기능 켜기/끄기
2. 레지스트리 편집기
>컴퓨터\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa
>컴퓨터\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control
3. 아래 사이트에서 1단계~4단계 따라하기
참고 사이트
https://deepcell.co.kr/111
https://m.blog.naver.com/nickname_k/221757397026
https://tiqndjd12.tistory.com/68
https://answers.microsoft.com/en-us/windows/forum/all/wslregisterdistribution-failed-with-error/dd28f58e-869a-4a33-8b7f-95695371cb0d
https://gocoder.tistory.com/1361
'두두의 IT > Trouble Shooting' 카테고리의 다른 글
IntelliJ에서 xxx.jsp 직접 실행 오류 (0) | 2022.05.09 |
---|---|
Tomcat v8_log 한글 깨짐 해결 (0) | 2022.05.09 |
IntelliJ Spring Boot Run 버튼 비활성화 됐을 때 (0) | 2022.05.06 |
[Postgresql] 작업 프로그램 / 설치 오류 (0) | 2022.04.22 |
Doker failed to initialize 오류 해결 방법 (0) | 2022.03.08 |