terminal
1~ % aws ecr get-login-password --region ap-northeast-1 | docker login --username AWS --password-stdin ◯◯◯◯◯◯.dkr.ecr.ap-northeast-1.amazonaws.com/rails
上のコマンドを入力した際に、以下のエラー文が表示されます。
terminal
1An error occurred (UnrecognizedClientException) when calling the GetAuthorizationToken operation: The security token included in the request is invalid. 2Error: Cannot perform an interactive login from a non TTY device
AWS CLIはインストール+設定済です。
最終的にはDockerコンテナをECSでデプロイしたいのですが途中で躓いています。
宜しくお願い致します。
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2020/04/06 13:59