보라코딩
docker-compose up 에러 발생 시, 해결방안 본문
docker-compose up 코드 실행 시
오류 발생!!!
docker.credentials.errors.InitializationError: docker-credential-desktop.exe not installed or not available in PATH
해결방법
- nano ~/.docker/config.json (우분투에서 들어가기)
- CredsStore를 CredStore로 변경
- ctrl + x -> y -> enter
'error' 카테고리의 다른 글
docker 사용중인 포트 죽이기 (0) | 2023.08.29 |
---|