Recipes overview

このページでは、オープンソースである Docker Registry を使って、独自にレジストリを提供する情報を示しています。 Docker Hub はホスト提供込みの Registry であり、さまざまな機能を追加することができます。 たとえばチーム、組織、ウェブフック、自動ビルドなどです。 詳しくは Docker Hub を参照してください。

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 and domain.key, for the CN myregistrydomain.com
  • be sure you have stopped and removed any previously running registry (typically docker container stop registry && docker container rm -v registry)

The List

registry, on-prem, images, tags, repository, distribution, recipes, advanced