#author("2019-04-02T04:03:30+09:00","default:ryuichi","ryuichi")
#author("2021-03-06T10:57:47+09:00","default:ryuichi","ryuichi")
* パブリックイメージをpullするとエラー [#d90ecf3d]
** 現象 [#xc3c885d]
CMD> docker run -it ubuntu /bin.bash
Unable to find image 'ubuntu:latest' locally
docker: Error response from daemon: Get https://registry-1.docker.io/v2/library/ubuntu/manifests/latest: unauthorized: incorrect username or password.
docker: Error response from daemon: Get https://registry-1.docker.io/v2/library/ubuntu/manifests/latest:
unauthorized: incorrect username or password.
See 'docker run --help'
- パブリックイメージ(ここではubuntu)をプルしようとすると、上のようにエラーになる
** 解決方法 [#g32dccd2]
- Docker Hubにログインする
- Docker for Windowsの場合、タスクトレイのアイコンからSign Inを選ぶ
- サインイン後はDockerエンジンを再起動する
** 参考 [#k96bf0be]
https://stackoverflow.com/questions/38248411/why-do-i-get-an-authorization-error-from-docker-when-im-trying-to-pull-a-public