https://github.com/cirocosta/sample-docker-registry-aws
Sample of how to deploy a Docker registry backed by S3 in AWS EC2 using IAM roles to grant temporary credentials
https://github.com/cirocosta/sample-docker-registry-aws
aws containers docker docker-registry ec2 linux s3 terraform
Last synced: 9 months ago
JSON representation
Sample of how to deploy a Docker registry backed by S3 in AWS EC2 using IAM roles to grant temporary credentials
- Host: GitHub
- URL: https://github.com/cirocosta/sample-docker-registry-aws
- Owner: cirocosta
- Created: 2018-05-07T17:46:27.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-25T20:17:45.000Z (about 8 years ago)
- Last Synced: 2025-05-07T23:30:30.333Z (about 1 year ago)
- Topics: aws, containers, docker, docker-registry, ec2, linux, s3, terraform
- Language: HCL
- Homepage: https://ops.tips/gists/aws-s3-private-docker-registry
- Size: 13.7 KB
- Stars: 8
- Watchers: 1
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
DESCRIPTION
Example of how to deploy a private Docker registry in EC2 machines making use of S3 to back up the storage layer.
USAGE
terraform init
terraform apply
make ssh
KNOW MORE
https://ops.tips/gists/aws-s3-private-docker-registry