0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

windows の Docker login で "Not enough memory resources are available" の対処法

Last updated at Posted at 2022-07-06

AWS ECR に push できない

aws ecr get-login-password --region ap-northeast-1 | docker login --username AWS --password-stdin XXXXXXXXXXXX.dkr.ecr.ap-northeast-1.amazonaws.com

AWS ECRへイメージをプッシュしようとログインコマンドを実行するとエラーが発生

色々調べても解決しなかったが、stack overflowに投稿がありました。

どうやらwindowsの資格情報マネージャーがいっぱいでエラーになっているようです。

スタートメニューから資格情報マネージャーを起動し、不要な資格情報を削除すると上手くいきました。

おまけ

一括削除する方法が見つからなかったため、おーとくりっかーを使用して削除しました。

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?