• Stars
    star
    1
  • Language Nginx
  • Created over 9 years ago
  • Updated over 9 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Nginx image to protect your private Docker registry.

docker-registry-nginx

Nginx image to protect your private Docker registry.

Requirements

  • docker
  • docker-compose
  • apache2-utils

How to use

  1. Clone the repo:
git clone https://github.com/atipugin/docker-registry-nginx
cd docker-registry-nginx
  1. Add authorized users:
htpasswd -c docker-registry.htpasswd <USER>
  1. Configure registry container using env variables in docker-compose.yml file.

  2. Run it:

docker-compose up -d