From the course: Docker on AWS

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Create a CodeCommit Git repository

Create a CodeCommit Git repository

From the course: Docker on AWS

Start my 1-month free trial

Create a CodeCommit Git repository

- [Instructor] In addition to keeping our actual container images in an online registry as close to the service that we're working with, we do still have the process of having to build those images and then move those image files around. Sometimes they actually still get fairly large and it's nicer to be able to keep them in the cloud along with our actual running instances and the images that have been built based on our code. We can do that using some of the tools like the code commit tool, which we're going to use here and the code build and pipeline tools as well to automate this entire build process. The first thing we need to do is we do need to create a repository. And so we can do that simply by clicking on the create repository button. Very straightforward. And we're going to give it the name of hostname as our repository. And that will then match to our instance. It doesn't have to match, I just find that…

Contents