Skip to content

gaoning777/docker-registry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Set up a docker registry with nginx as the reverse proxy to authenticate with ldap servers. #prepare create nginx docker image with ldap support. cd nginx docker build nginx_ldap . add certification and key files to auth directory, the names of these two files should be: domain.crt. domain.key mount image repository to /mnt run the system docker-compose up -d

#port graph ---------------------------------------- | docker | client--------> 7777--- ------------- | | |ssl | nginx | | | --> 443 |______________________>LDAP | ----------- | | | | | -----5000----- | | | registry| | | ------------ | ----------------------------------------

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published