gitlab-org--gitlab-foss/doc/administration/geo/replication/docker_registry.md
Marcel Amirault 73c6477b7e Changing badges to use parentheses not brackets
Previously, we used brackets to denote the tier badges,
but this made Kramdown, the docs site Markdown renderer,
show many warnings when building the site. This is now
fixed by using parentheses instead of square brackets.

This was caused by [PREMIUM] looking like a link to
Kramdown, which couldn't find a URL there.

See:
- https://gitlab.com/gitlab-com/gitlab-docs/merge_requests/484
- https://gitlab.com/gitlab-org/gitlab-ce/issues/63800
2019-07-08 08:50:38 +00:00

1.1 KiB

Docker Registry for a secondary node (PREMIUM ONLY)

You can set up a Docker Registry on your secondary Geo node that mirrors the one on the primary Geo node.

Storage support

CAUTION: Warning: If you use local storage for the Container Registry you cannot replicate it to a secondary node.

Docker Registry currently supports a few types of storages. If you choose a distributed storage (azure, gcs, s3, swift, or oss) for your Docker Registry on the primary node, you can use the same storage for a secondary Docker Registry as well. For more information, read the Load balancing considerations when deploying the Registry, and how to set up the storage driver for GitLab's integrated Container Registry.