Skip to content

iflederick/readonly-registry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

readonly-registry

Reverse proxy with nginx to have a read-only Docker registry

Run

Nginx does the reverse proxy to http://registry:5000/, which is supposed to be another container running on the same host. Assuming you exposed the port 5000, you can link the containers easily with something like

docker run -v /dev/log:/dev/log --link registry:registry -p 80:80 readonly-registry

About

Reverse proxy with nginx to have a read-only Docker registry

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published