Navigate back to the homepage

Creating Docker Repository in AWS

Pablo Ifrán
September 23rd, 2020 · 1 min read

Creating Docker Repository in AWS

The repository is going to keep all the docker images that you build, those can be used later to deploy your application any production environment In order to create a repository you need to login into your aws account, click on ”Services” and search for ”ECR” or ”Elastic Container Registry

AWS Management Console

Once you are there you need to create a new Elastic Container Repository, to do that you just click on the Create repository as shown on the image bellow

AWS Create Repository

Once there type the name of the repository and Create the new repository (keep in mind that you will need the AWS_ACCOUNT_ID that is the number that appears on the beginning of the repository name)

AWS New Repository Screen

Finally click on “Create repository” and you will see repository created and you can push images to that repository

More articles from pablitohub

Webpack module federation

Intro Module federation is a new feature that come with webpack 5 and it allows developers to use components from other builds (this might…

November 2nd, 2020 · 3 min read

Deploy using AWS Code Build

Deploy automatically after building your docker image using AWS Code Build

October 11th, 2020 · 1 min read
© 2020 pablitohub
Link to $https://twitter.com/elneopicLink to $https://github.com/elpicLink to $https://www.linkedin.com/in/pabloifran