How to integrate Docker with AWS ECR | Build image, tag it, push it to ECR or pull it from ECR

Опубликовано: 24 Май 2026
на канале: Code 4F
13,939
51

How to push docker image to ECR repository and pull docker image from ECR repository
-------------------------------------------- *****-----------------------------------------------------------
Prequisites:
Install Docker (follow steps from here: https://docs.docker.com/docker-for-wi...)
Install AWS CLI. download AWS CLI from here: http://docs.aws.amazon.com/cli/latest...
-----------------------------------------------------------------------------------------------------------
Doing with AWS ECR & Docker
Create IAM user, configure AWS CLI and Docker login to AWS ECR service
Create ECR repository, build sample Docker image and push it to the created repository or pull it from repository
-----------------------------------------------------------------------------------------------------------
Reference:
http://docs.aws.amazon.com/AmazonECR/...
https://docs.docker.com/docker-for-aw...
-----------------------------------------------------------------------------------------------------------
Contact:
Email: [email protected]
Skype: huu.thanh.ho
----------------------------------------------------------------------------------------------------------
Get war file and Dockerfile from: https://github.com/bestperformancevn/...