Amazon ECR: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
Line 6: Line 6:


* [[Amazon AWS#Subjects|Amazon AWS]]
* [[Amazon AWS#Subjects|Amazon AWS]]
=Overview=
Amazon Elastic Container Registry (Amazon ECR) is a managed Docker registry service. Customers can use the Docker CLI to push, pull, and manage images. Amazon ECR provides a secure, scalable, and reliable registry.  Amazon ECR supports private Docker  repositories  with resource-based  permissions  using IAM so that specific users or Amazon EC2 instances can access repositories and images.  Developers can use the Docker CLI to author and manage images.


=Configure Access=
=Configure Access=


* Install the latest [[AWS CLI#Installation|AWS CLI]]
* Install the latest [[AWS CLI#Installation|AWS CLI]]

Revision as of 21:33, 2 October 2018

External

Internal

Overview

Amazon Elastic Container Registry (Amazon ECR) is a managed Docker registry service. Customers can use the Docker CLI to push, pull, and manage images. Amazon ECR provides a secure, scalable, and reliable registry. Amazon ECR supports private Docker repositories with resource-based permissions using IAM so that specific users or Amazon EC2 instances can access repositories and images. Developers can use the Docker CLI to author and manage images.

Configure Access