From e96408eed90d19e2bb28cf9279e94ea53f158f6f Mon Sep 17 00:00:00 2001 From: Ryan Harg Date: Thu, 21 Nov 2024 13:42:16 +0100 Subject: [PATCH] Add readme --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..85fa297 --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +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.