docker push error
by CoriDocker Image를 push 할 때 다음과 같은 오류가 발생한다.
"denied requested access to the resource"
이것은 Image를 푸쉬하려는 계정과 CMD 상에서 Login 되어 있는 계정 정보가 다를 때 발생하는 오류다. 해결방법은 간단하다.
$ docker logout
$ docker login
- push 하려는 docker hub 계정 id 및 pw를 입력하고 이미지를 push 한다.
'Errors > Non-AI' 카테고리의 다른 글
Jupyter Notebook Kernel Restart 오류 해결 (0) | 2024.05.20 |
---|---|
Git Push 시 발생하는 403 Error 해결하기 (0) | 2024.05.20 |
(unicode error) 'utf-8' codec can't decode byte 0xb0 (0) | 2024.05.20 |
블로그의 정보
코딩하는 오리
Cori