diff options
author | Achilleas Pipinellis <axil@gitlab.com> | 2019-09-11 17:27:57 +0200 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2019-09-11 17:27:57 +0200 |
commit | 7776f50b3a7c7559991e0112c2a60d4f3e23370e (patch) | |
tree | 6315bb98f9a3754a420733fa5cb2f2a684a05644 /doc/user | |
parent | 92d6393da59eadc8327eeb7143398cec0cf2b1ba (diff) | |
download | gitlab-ce-docs/packages-registry.tar.gz |
Interlink between user/admin docs in Container Registrydocs/packages-registry
Diffstat (limited to 'doc/user')
-rw-r--r-- | doc/user/packages/container_registry/index.md | 7 |
1 files changed, 4 insertions, 3 deletions
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 |