이번에 이직한 회사는 개발망 외부망이 완전히 분리된 환경이라

 

 

개발하기가 쉽지 않다 ..

 

여러개의 Docker for Windows 버전을 설치하던와중에 아래와 같은 문제가 있었다

 

 

 

 

다행히도 해결방법이 쉽게 되어 있어서 참고했다 아래를 참고하자

 

Kill the installer process if it's still running.
Run Regedit.
Run a quick backup of the registry by selecting File > Export (It is recommended that you set the export range to All.)
Navigate to Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall
If there is a Docker for Windows entry, delete key and all subkeys.
Relaunch the installer, and you should no longer be prompted to update. The installer should proceed as a fresh install from this point.

 

 

똑같이 레지스트리 편집기에서 Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall경로의 Docker 관련 파일을 지우니까 설치가 잘 됐다

 

반드시 레지스트리 편집기는 백업하는걸 추천한다 

 

 

https://success.docker.com/article/dockerforwin-install-fails-on-installationmanifestjson

 

Docker - Docker.For.Win - Install fails on installationmanifest.json

Issue Installation failed: Could not find file C:\Program Files\Docker\Docker\installationmanifest.json. Tried to upgrade Docker for Windows to version 17.06.O-rc2-ce-win14 and the installed failed. This happened when trying to upgrade, as well as after un

success.docker.com

 

 

 

+ Recent posts