-
aws ecr unknown flag: --password-stdinIT 2020. 6. 3. 18:30
#aws ecr 가이드대로 진행하였지만 에러메지시 발생
aws ecr get-login-password --region ap-northeast-2 | docker login --username AWS --password-stdin 2242214124.dkr.ecr.ap-northeast-2.amazonaws.com
#에러메시지
unknown flag: --password-stdin
See 'docker login --help'.
Exception ignored in: <_io.TextIOWrapper name='<stdout>' mode='w' encoding='utf-8'>
BrokenPipeError: [Errno 32] Broken pipe#해결
aws ecr get-login 복붙한다.
2번단계로 간다'IT' 카테고리의 다른 글
pop 수신 안될때 (0) 2020.06.04 업그레이드할 프로그램이 없가나 업그레이드 패치에서 다른버번의 프로그램을 업데이트하므로 (0) 2020.06.04 when calling the GetAuthorizationToken operation: Signature expired: (0) 2020.06.03 kubectl get nodes notready (0) 2020.06.03 [ERROR FileAvailable--etc-kubernetes-pki-ca.crt]: /etc/kubernetes/pki/ca.crt already exists (0) 2020.06.03