LoginSignup
2
0

More than 3 years have passed since last update.

Docker Hubにpushしたらrequested access to the resource is deniedと出てしまった

Posted at

はじめに

普段あまり使わないDocker Hubを久々に使おうとしたところpushした際に
denied: requested access to the resource is deniedと出てしまった。

対応

docker build --tagで指定していたユーザーIDの部分を自分のアカウントのものと同じにしることによってpush出来るようになる。

docker image tag 元のタグ名 dockerhub_userid/app:latest

これで自分はpush出来るようになりました。

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