Add readme
This commit is contained in:
parent
bb95770320
commit
e96408eed9
1 changed files with 11 additions and 0 deletions
11
README.md
Normal file
11
README.md
Normal file
|
@ -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 <username>
|
||||
|
||||
You also need a configuration file in `conf/config.yml`. Adapt the config template found in this repository to your needs.
|
Loading…
Reference in a new issue