#docker #kubernetes #container #orchestrator #microservice #infrastructure-as-code #devops #ci #cd

제목[Q&A] Docker for Windows 설치시 흔한 오류2019-12-11 05:19
작성자

Docker for Windows가 성공적으로 설치된 줄 알았는데, docker image ls 명령에 대해 다음과 같은 오류가 발생하는 경우가 있다. 


docker image ls

could not read CA certificate "C:\Users\pc_name\.docker\machine\machines\default\ca.pem": open C:Userspc_name.dockermachinemachinesdefaultca.pem:

The system cannot find the path specified.


위의 경우는. 기존에 Docker Toolbox를 사용하던 유저가 Toolbox를 완전히 remove하지 않고 Docker for Windows를 설치하여 사용할 때 흔히 발생하는 오류이다. 따라서 Docker Toolbox를 완전히 제거해 주어야 한다. Toolbox의 제거 방법은 구글링을 통해 쉽게 찾을 수 있다. 

댓글