로컬에서 AWS ECR 로그인을 하려는데 다음과 같은 에러가 떴다.
Error saving credentials: error storing credentials - err: exit status 1, out:
sudo vi ~/.docker/config.json
명령어를 친 다음
"credsStore": "osxkeychain"
이렇게 바꿔준다. 그리고 :wq 엔터.
그러면 로그인이 될 것이다.
'개발' 카테고리의 다른 글
CustomErrorController 만들기 (0) | 2022.09.27 |
---|---|
Found 2 pods, using pod/my-springboot-dm-794f6cc79c-dj9htError from server (BadRequest): container "my-springboot-app" in pod "my-springboot-dm-794f6cc79c-dj9ht" is waiting to start: image can't be pulled (0) | 2022.03.25 |
로컬에 저장된 AWS 시크릿키 찾기 (0) | 2022.03.23 |
ModelMapper 사용 (0) | 2022.03.21 |
스프링 Paging 및 Parameters (0) | 2022.03.18 |