diff options
author | Rémy Coutable <remy@rymai.me> | 2017-01-30 10:11:26 +0000 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2017-01-30 10:11:26 +0000 |
commit | 84d959566a9c0656a98bdc0517f1f7dcb5944225 (patch) | |
tree | 8fea05c5b43e8663bed871f358f8f525f69b3676 /doc | |
parent | 214880318267b48ca2580a93d60dd265fc63bdd7 (diff) | |
parent | d49772765cee5bdc691f48d37a5afa3a01c822dd (diff) | |
download | gitlab-ce-84d959566a9c0656a98bdc0517f1f7dcb5944225.tar.gz |
Merge branch 'patch-8' into 'master'
add information that docker registry storage needs to be accessible for docker clients
See merge request !8179
Diffstat (limited to 'doc')
-rw-r--r-- | doc/administration/container_registry.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/administration/container_registry.md b/doc/administration/container_registry.md index d7cfb464f74..a6300e18dc0 100644 --- a/doc/administration/container_registry.md +++ b/doc/administration/container_registry.md @@ -379,6 +379,10 @@ Read more about the individual driver's config options in the filesystem. Remember to enable backups with your object storage provider if desired. +> **Important** Enabling storage driver other than `filesystem` would mean +that your Docker client needs to be able to access the storage backend directly. +So you must use an address that resolves and is accessible outside GitLab server. + --- **Omnibus GitLab installations** |