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

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.

Contents