Amazon EC2 Container Registry (Amazon ECR) is a managed AWS Docker registry service. Customers can use the familiar 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 AWS 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.
Interface | Description |
---|---|
ECRAsyncClient |
Service client for accessing Amazon ECR asynchronously.
|
ECRAsyncClientBuilder |
A builder for creating an instance of
ECRAsyncClient . |
ECRBaseClientBuilder<B extends ECRBaseClientBuilder<B,C>,C> |
This includes configuration specific to Amazon ECR that is supported by both
ECRClientBuilder and
ECRAsyncClientBuilder . |
ECRClient |
Service client for accessing Amazon ECR.
|
ECRClientBuilder |
A builder for creating an instance of
ECRClient . |
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.