LoginSignup
0
0

More than 1 year has passed since last update.

[原因] docker login のときに Error response from daemon: login attempt to https://<IP>:<PORT>/v2/ failed with status: 403 Forbidden が発生

Last updated at Posted at 2021-12-12

概要

Docker Private Registry を構築中に発生したエラーとその対策.

エラーメッセージ

Error response from daemon: login attempt to https://<IP>:<PORT>/v2/ failed with status: 403 Forbidden

 

原因

アカウント・パスワードを定義したファイル (今回は auth/htpasswd) が存在しなかった

https://docs.microsoft.com/ja-jp/azure/container-registry/container-registry-troubleshoot-login
image.png

 

以上.

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