f1fb06838a
* Reword lots of instances of 'will' * Reword lots of instances of won't * Reword lots of instances of we'll * Eradicate you'll * Eradicate 'be able to' type of phrases * Eradicate 'unable to' type of phrases * Eradicate 'has / have to' type of phrases * Eradicate 'note that' type of phrases * Eradicate 'in order to' type of phrases * Redirect to official Chef and Puppet docs * Eradicate gratuitous 'please' * Reduce use of e.g. * Reduce use of i.e. * Reduce use of N.B. * Get rid of 'sexagesimal' and correct some errors
1.1 KiB
1.1 KiB
description | keywords | title |
---|---|---|
Fun stuff to do with your registry | registry, on-prem, images, tags, repository, distribution, recipes, advanced | Recipes overview |
This list of "recipes" provides end-to-end scenarios for exotic or otherwise advanced use-cases. These recipes are not useful for most standard set-ups.
Requirements
Before following these steps, work through the deployment guide.
At this point, it's assumed that:
- you understand Docker security requirements, and how to configure your docker engines properly
- you have installed Docker Compose
- it's HIGHLY recommended that you get a certificate from a known CA instead of self-signed certificates
- inside the current directory, you have a X509
domain.crt
anddomain.key
, for the CNmyregistrydomain.com
- be sure you have stopped and removed any previously running registry (typically
docker stop registry && docker rm -v registry
)