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
- Host: GitHub
- URL: https://github.com/jscruz/aws-ecr
- Owner: jscruz
- License: mit
- Created: 2019-03-29T15:34:43.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2023-10-17T20:48:46.000Z (over 2 years ago)
- Last Synced: 2024-12-06T18:55:49.731Z (over 1 year ago)
- Topics: aws, aws-ecr, containers, docker-image
- Language: Dockerfile
- Size: 25.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://hub.docker.com/r/jscruz/aws-ecr "Docker Hub")
[](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.