검색결과 리스트
글
LANGUAGE/!$%!% ERROR NOTE
2017. 12. 27. 21:27
Docker (도커)
1. Error (에러)
docker push USER_ID/IMAGE_NAME
도커허브(https://hub.docker.com/)에 도커 이미지를 푸쉬하려고 했지만, 에러가 발생하였다.
denied: requested access to the resource is denied
2. Problem (문제)
로그인이 필요하다.
3. Solved (해결)
docker login
이라고 입력하고 아이디와 패스워드를 입력하여 로그인하면, push가 가능해진다.
docker login
Username:
Password:
'LANGUAGE > !$%!% ERROR NOTE' 카테고리의 다른 글
[Oracle ]java.lang.ClassNotFoundException: oracle.xdb.XMLType (10) | 2018.07.02 |
---|---|
[Docker] illegal instruction (core dumped) ... (0) | 2017.12.28 |
[Oracle] ORA-29538: Java not installed (0) | 2017.12.15 |
[GitLab-Runner] 인자(아규먼트) 무시 현상 (0) | 2017.11.22 |
[Docker] docker.exe: Error response from daemon: invalid bind mount spec ... invalid mount config for type "bind": invalid mount pat (0) | 2017.11.20 |