2018. 6. 30. 00:14


docker: Error response from daemon: Get https://registry-1.docker.io/v2/thomasbisignani/docker-apache-php-oracle/manifests/latest: unauthorized: incorrect username or password.



  ~ docker pull hello-world

Using default tag: latest

Error response from daemon: Get https://registry-1.docker.io/v2/library/hello-world/manifests/latest: unauthorized: incorrect username or password



위같은 에러가 떠서 보니까,


도커는 로그인할때, 


이메일에서 @이후꺼는 쓰면 안되네....


분명 이메일 썼을떄 로그인은 됐었는데....


도커에서 pull하려니까, 에러가 뜨길래....


docker login 


을 치고, 밑에처럼 @ 뒤에를 삭제하고 하니까, 되더라.

(아뒤는 예시)


Login with your Docker ID to push and pull images from Docker Hub. If you don't have a Docker ID, head over to https://hub.docker.com to create one.


Username (tyson@yahoo.com): tyson

Password: 

Login Succeeded




Posted by Tyson