LoginSignup
0
0

docker(15)今日のdocker error:denied: requested access to the resource is denied

Last updated at Posted at 2019-06-21
macOS
$ docker push  kaizenjapan/qc-nakamori 
The push refers to repository [docker.io/kaizenjapan/qc-nakamori]
97c6efdca6e8: Preparing 
a7ab5d7b861b: Preparing 
75e70aa52609: Preparing 
dda151859818: Preparing 
fbd2732ad777: Preparing 
ba9de9d8475e: Waiting 
denied: requested access to the resource is denied

docker runは動くのに、docker pushがエラーになる。loginしなおしてみる。

macOS
$ 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: kaizenjapan
Password: 
Login Succeeded

もう一度。

$ docker push  kaizenjapan/qc-nakamori 
The push refers to repository [docker.io/kaizenjapan/qc-nakamori]
97c6efdca6e8: Pushed 
a7ab5d7b861b: Layer already exists 
75e70aa52609: Layer already exists 
dda151859818: Layer already exists 
fbd2732ad777: Layer already exists 
ba9de9d8475e: Layer already exists 
latest: digest: sha256:2ecf657f164325cea8fa9dced3dc5ed5ee06be90cc47147219b71dd7d8eee45d size: 1574

よかった。

文書履歴(document history)

ver. 0.01 初稿 20190622

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

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

Thank you very much for reading to the last sentence.

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

このエントリーをはてなブックマークに追加
https://b.hatena.ne.jp/guide/bbutton

0
0
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
0