2016-09-29 19:21:06 +00:00
|
|
|
---
|
|
|
|
description: Fun stuff to do with your registry
|
2016-11-10 19:54:25 +00:00
|
|
|
keywords: registry, on-prem, images, tags, repository, distribution, recipes, advanced
|
2017-08-22 23:47:11 +00:00
|
|
|
title: Recipes overview
|
2016-09-29 19:21:06 +00:00
|
|
|
---
|
2016-09-28 21:46:28 +00:00
|
|
|
|
2018-01-26 01:37:23 +00:00
|
|
|
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.
|
2016-09-28 21:46:28 +00:00
|
|
|
|
|
|
|
## Requirements
|
|
|
|
|
2018-01-26 01:37:23 +00:00
|
|
|
Before following these steps, work through the [deployment guide](../deploying.md).
|
2016-09-28 21:46:28 +00:00
|
|
|
|
|
|
|
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` and `domain.key`, for the CN `myregistrydomain.com`
|
2018-02-05 17:33:47 +00:00
|
|
|
* be sure you have stopped and removed any previously running registry (typically `docker container stop registry && docker container rm -v registry`)
|
2016-09-28 21:46:28 +00:00
|
|
|
|
|
|
|
## The List
|
|
|
|
|
|
|
|
* [using Apache as an authenticating proxy](apache.md)
|
|
|
|
* [using Nginx as an authenticating proxy](nginx.md)
|
2016-10-17 22:00:00 +00:00
|
|
|
* [running a Registry on macOS](osx-setup-guide.md)
|
2017-08-22 23:47:11 +00:00
|
|
|
* [mirror the Docker Hub](mirror.md)
|