An open API service indexing awesome lists of open source software.

https://github.com/jscruz/aws-ecr

AWS ECR command line
https://github.com/jscruz/aws-ecr

aws aws-ecr containers docker-image

Last synced: 18 days ago
JSON representation

AWS ECR command line

Awesome Lists containing this project

README

          

[![](https://images.microbadger.com/badges/image/jscruz/aws-ecr.svg)](https://hub.docker.com/r/jscruz/aws-ecr "Docker Hub")
[![](https://images.microbadger.com/badges/version/jscruz/aws-ecr.svg)](https://hub.docker.com/r/jscruz/aws-ecr "Docker Hub")
# aws-ecr
AWS ECR command line tool

This repository creates an image based on python and install the AWS CLI tool.

## Usage

```
docker pull jscruz/aws-ecr
docker run jscruz/aws-ecr myrepo [region]
docker run -v ./permissions.json:/tmp/permissions.json jscruz/aws-ecr myrepo [region]
```
The region parameter can be specified or it will use the same as the EC2 instance that is running as it uses the metadata of the instance.
You can specify a permissions.json that will be applied to the repository.