Skip to content

wrapp-archive/docker-registry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-registry

Docker registry backed by S3, a redis cache and an nginx frontend with basic auth enabled. This container must have an additional frontend for terminating HTTPS with a trusted SSL certificate, or the clients will refuse to send the auth info.

docker run -p 8080:8080 -e AUTH_USERNAME=<username> -e AUTH_PASSWORD=<password> -e AWS_BUCKET=<bucket> wrapp/registry:latest

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published