No description
Find a file
2024-11-21 13:43:19 +01:00
.gitignore Improve configuration 2024-11-21 13:38:37 +01:00
compose.yml Improve configuration 2024-11-21 13:38:37 +01:00
config.yml.template Improve configuration 2024-11-21 13:38:37 +01:00
README.md Add line break in readme 2024-11-21 13:43:19 +01:00

Docker registry deployment and configuration

This repository contains configuration for deploying a docker registry.

To use it, create a htpasswd file in auth/registry.passwd

mkdir auth
htpasswd -Bc auth/registry.password

You also need a configuration file in conf/config.yml. Adapt the config template found in this repository to your needs.