0
1

docker(86) 今日のdocker error: too many failed login:翌日解決

Last updated at Posted at 2019-12-29
$ docker push kaizenjapan/python23
The push refers to repository [docker.io/kaizenjapan/python23]
f67603864e96: Preparing 
e80c789bc6ac: Preparing 
6c3332381368: Preparing 
ef1a1ec5bba9: Preparing 
a1aa3da2a80a: Preparing 
unauthorized: incorrect username or password
$ docker login kaizenjapan
Username: kaizenjapan
Password: 
Error response from daemon: Get https://kaizenjapan/v2/: Service Unavailable

dockerアプリでlogin後再度。

$ docker push kaizenjapan/python23
The push refers to repository [docker.io/kaizenjapan/python23]
f67603864e96: Preparing 
e80c789bc6ac: Preparing 
6c3332381368: Preparing 
ef1a1ec5bba9: Preparing 
a1aa3da2a80a: Preparing 
toomanyrequests: too many failed login attempts for username or IP address

2回errorになっただけなのにtoo manyとはいかに。

アプリでloginできているのにエラーになるのはいかに。

解決(resolution)

1日ほったらかして、docker pushしたらエラーが出なかった。

loginのためのどこかのcacheで不具合が生じたのかもしれない。

OSを再起動すればよかったのかもしれない。

文書履歴(document history)

ver. 0.01 初稿 20191229
ver. 0.02 解決 20191230

最後までおよみいただきありがとうございました。

いいね 💚、フォローをお願いします。

Thank you very much for reading to the last sentence.

Please press the like icon 💚 and follow me for your happy life.

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1