Skip to content

jscruz/aws-ecr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.