
Docker Hub provides a free, easy to use way of distributing your container images. However, there are situations where sharing your container images is either not ideal, bad practice, or against legal requirements. In those cases, you will want to use a private registry instead.
In this tutorial, we'll:
- Describe what a private registry is.
- Learn how to run Docker's own
registry
image. - Learn how to push and pull images from the self-hosted registry.
- Outline the production concerns for the
registry
image. - List other options for self-hosting your own images.
Docker provides numerous advantages for us as Drupal developers. It simplifies the management of infrastructure for our projects while allowing customization to suit each project's needs. Running Docker in production also brings a number of advantages, but it also creates new concerns.
In this tutorial, we'll:
- Outline the advantages Docker brings to the production environment.
- Highlight the concerns when planning a production deployment of Docker.
- Describe container orchestration and list several container orchestration platforms to choose from.
Overview of languages and translation on a site.
How to translate field labels in a view, and other configuration.
How to configure content items to make them translatable.
5.5. Concept: Menu
FreeOverview of the menu concept and menus automatically created with the core Standard installation profile.
How to configure a content item so that it gets displayed as the home page.
Overview of content entities and fields.
How to plan the navigation and layout of a website (mobile and desktop browsers).
Overview of modular content and how content in a page can be sourced from other content items.
How to plan a content structure that assigns content entity types to specific content on the website.
Overview of the editorial workflow to manage content on a website.
Understanding the target audience for this guide, and what they will learn from it.
Understanding the conventions used in this guide.
i.3. Organization
FreeUnderstanding the organizational structure of this guide for better navigation through topics.
How to report an issue with this guide (with detailed steps).
Understanding the project scenario used in this guide to follow the topics better.