diff options
author | Elan Ruusamäe <glen@delfi.ee> | 2016-12-19 16:54:53 +0000 |
---|---|---|
committer | Elan Ruusamäe <glen@delfi.ee> | 2017-01-27 20:20:26 +0200 |
commit | d49772765cee5bdc691f48d37a5afa3a01c822dd (patch) | |
tree | 1272d97e299945acbd1f9ff9097a06435f88529c /doc | |
parent | 916fae3a777a7789f02b906414031cee1a61d7dd (diff) | |
download | gitlab-ce-d49772765cee5bdc691f48d37a5afa3a01c822dd.tar.gz |
add information that docker registry storage needs to be accessible for docker clients
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** |