summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2019-09-11 17:27:57 +0200
committerAchilleas Pipinellis <axil@gitlab.com>2019-09-11 17:27:57 +0200
commit7776f50b3a7c7559991e0112c2a60d4f3e23370e (patch)
tree6315bb98f9a3754a420733fa5cb2f2a684a05644
parent92d6393da59eadc8327eeb7143398cec0cf2b1ba (diff)
downloadgitlab-ce-docs/packages-registry.tar.gz
Interlink between user/admin docs in Container Registrydocs/packages-registry
-rw-r--r--doc/administration/packages/container_registry.md8
-rw-r--r--doc/user/packages/container_registry/index.md7
2 files changed, 9 insertions, 6 deletions
diff --git a/doc/administration/packages/container_registry.md b/doc/administration/packages/container_registry.md
index a590764a20a..d956e66bb78 100644
--- a/doc/administration/packages/container_registry.md
+++ b/doc/administration/packages/container_registry.md
@@ -3,13 +3,15 @@
> - [Introduced](https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/4040) in GitLab 8.8.
> - Container Registry manifest `v1` support was added in GitLab 8.9 to support
> Docker versions earlier than 1.10.
-> - This document is about the admin guide. To learn how to use GitLab Container
-> Registry [user documentation](../../user/packages/container_registry/index.md).
+
+NOTE: **Note:**
+This document is about the admin guide. To learn how to use GitLab Container
+Registry [user documentation](../../user/packages/container_registry/index.md).
With the Container Registry integrated into GitLab, every project can have its
own space to store its Docker images.
-You can read more about the Container Registry at
+You can read more about the Docker Registry at
<https://docs.docker.com/registry/introduction/>.
## Enable the Container Registry
diff --git a/doc/user/packages/container_registry/index.md b/doc/user/packages/container_registry/index.md
index efe4e6a471f..710e7bd405b 100644
--- a/doc/user/packages/container_registry/index.md
+++ b/doc/user/packages/container_registry/index.md
@@ -8,13 +8,14 @@
> login to GitLab's Container Registry.
> - Multiple level image names support was added in GitLab 9.1.
-With the Docker Container Registry integrated into GitLab, every project can
-have its own space to store its Docker images.
-
+NOTE: **Note:**
This document is the user guide. To learn how to enable GitLab Container
Registry across your GitLab instance, visit the
[administrator documentation](../../../administration/packages/container_registry.md).
+With the Docker Container Registry integrated into GitLab, every project can
+have its own space to store its Docker images.
+
You can read more about Docker Registry at <https://docs.docker.com/registry/introduction/>.
## Enable the Container Registry for your project