distribution/docs/recipes.md
Olivier Gambier 5df53c0681 Documentation enhancements
Making metadata:
- more consistent
- more specific (fixed copy pasting)
- refine coverage

Insecure information cleanup

Removing no longer used files:
- mkdocs is gone
- the registry diagram is not used, and is a bit silly :)

Minor fixes

Fixing links

Recipes:
- harmonized code sections style to the rest of the docs
- harmonized recipe "style"
- listing new recipes

Enhance deploying

Signed-off-by: Olivier Gambier <olivier@docker.com>
2015-08-28 12:46:53 -07:00

1.2 KiB

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.

## Requirements

You should have followed entirely the basic deployment guide.

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