Merge branch 'patch-8' into 'master'

add information that docker registry storage needs to be accessible for docker clients

See merge request !8179
This commit is contained in:
Rémy Coutable 2017-01-30 10:11:26 +00:00
commit 84d959566a
1 changed files with 4 additions and 0 deletions

View File

@ -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**