본문 바로가기

두두의 IT/Trouble Shooting

Docker 설치 오류

728x90

1. Docker 다운로드

https://www.docker.com/products/docker-desktop

 

Docker Desktop for Mac and Windows | Docker

Learn why Docker Desktop is the preferred choice for millions of developers building containerized applications. Download for Mac or Windows.

www.docker.com


- WSL 2 installation is incomplete 오류

[해결방법]

https://docs.microsoft.com/ko-kr/windows/wsl/install-manual#step-4---download-the-linux-kernel-update-package

위 사이트의 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://docs.microsoft.com/ko-kr/windows/wsl/install-manual#step-4---download-the-linux-kernel-update-package

 

이전 버전 WSL의 수동 설치 단계

wsl install 명령을 사용하지 않고 이전 버전의 Windows에 WSL을 수동으로 설치하는 방법에 대한 단계별 지침입니다.

docs.microsoft.com

 

참고 사이트

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