From the course: Deploying Your AWS Application to the Cloud with Docker
Unlock the full course today
Join today to access over 24,500 courses taught by industry experts.
Building your ECR Docker image repository - Amazon Web Services (AWS) Tutorial
From the course: Deploying Your AWS Application to the Cloud with Docker
Building your ECR Docker image repository
- [Instructor] Since Docker images require a specific storage location, just like our code, let's go ahead and create this storage. We're going to use ECR. I'll type ECR, click on it. It stands for elastic container registry, and it's a secure and private service specific to storing Docker images. Going to click on Get Started. I'll type demowebcontainer. I click Create. And just like that, our repository is created. I click on it. There's a button here that says View Push Commands. I'll click on that. We're going to need this Push and Login commands for our cold bill configuration, but for now, that's all you need to do to create a container image registry.
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Contents
-
-
-
-
(Locked)
Building your ECR Docker image repository59s
-
(Locked)
Reviewing your project's Dockerfile2m 29s
-
(Locked)
CodeBuild buildspec file1m 43s
-
(Locked)
Creating a CI/CD pipeline for your CodeBuild project5m 29s
-
(Locked)
Setting CodeBuild permissions2m 40s
-
(Locked)
Challenge: CodeBuild external resources37s
-
(Locked)
Solution: Pulling external resources into CodeBuild1m 59s
-
(Locked)
-
-
-