2015-08-19 02:51:57 +00:00
|
|
|
<!--[metadata]>
|
|
|
|
+++
|
2015-08-26 18:08:13 +00:00
|
|
|
title = "Recipes"
|
2015-08-19 02:51:57 +00:00
|
|
|
description = "Fun stuff to do with your registry"
|
2015-08-26 18:08:13 +00:00
|
|
|
keywords = ["registry, on-prem, images, tags, repository, distribution, recipes, advanced"]
|
2015-08-19 02:51:57 +00:00
|
|
|
+++
|
|
|
|
<![end-metadata]-->
|
|
|
|
|
|
|
|
# Recipes
|
|
|
|
|
|
|
|
You will find here a list of "recipes", end-to-end scenarios for exotic or otherwise advanced use-cases.
|
|
|
|
|
|
|
|
Most users are not expected to have a use for these.
|
|
|
|
|
2015-12-12 00:39:51 +00:00
|
|
|
## Requirements
|
2015-08-19 02:51:57 +00:00
|
|
|
|
|
|
|
You should have followed entirely the basic [deployment guide](deploying.md).
|
|
|
|
|
|
|
|
If you have not, please take the time to do so.
|
|
|
|
|
|
|
|
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`
|
|
|
|
* be sure you have stopped and removed any previously running registry (typically `docker stop registry && docker rm -v registry`)
|
|
|
|
|
|
|
|
## The List
|
|
|
|
|
|
|
|
* [using Apache as an authenticating proxy](apache.md)
|
|
|
|
* [using Nginx as an authenticating proxy](nginx.md)
|
2015-08-28 19:46:09 +00:00
|
|
|
* [running a Registry on OS X](osx-setup-guide.md)
|
2015-08-27 18:58:27 +00:00
|
|
|
* [hacking the registry: build instructions](building.md)
|
2016-01-28 12:57:31 +00:00
|
|
|
* [mirror the Docker Hub](mirror.md)
|