####実現したいこと
下記エラーを実現して、Amazon ECRへDockerイメージをプッシュをしたい。
####質問内容
ECRでリポジトリ名"hello-world-ecs-test"でリポジトリを作成して、「プッシュコマンドの表示」にそって、
認証トークンを取得し、レジストリに対して Docker クライアントを認証するための、下記コマンドをターミナルで上で実行しました。
コード aws ecr-public get-login-password --region us-east-1 | docker login --username AWS --password-stdin public.ecr.aws/i1y6j6d7
しかし、下記のエラーが返ってきます。
下記のエラーを解決する術についてご教示をお願いいたします。
コード An error occurred (UnrecognizedClientException) when calling the GetAuthorizationToken operation: The security token included in the request is invalid. Error: Cannot perform an interactive login from a non TTY device
####環境
######mac
バージョン11.4
#####aws --version
aws-cli/2.2.28 Python/3.8.8 Darwin/20.5.0 exe/x86_64 prompt/off
#####docker --version
Docker version 20.10.7, build f0df350
AWS CLIとDockerは最新バージョンを使用しているとの認識です。
aws configureは実行しましたか?
回答1件
あなたの回答
tips
プレビュー