参考ページ

https://dev.classmethod.jp/articles/push-docker-image-to-ecr-with-cli/

https://y-ohgi.com/introduction-terraform/laravel/ecr/

ECR操作 aws cli

ECR 作成

aws ecr create-repository --repository-name test-ecr --region=ap-northeast-1
aws ecr describe-repositories --query 'repositories[].repositoryName'

ECRログイン

aws ecr get-login --region ${AWS_REGION} --no-include-email
docker login -u AWS -p 上記の出力 https://リポジトリID.dkr.ecr.ap-northeast-1.amazonaws.com

トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS