Add listen_address to self-signed registry docs
What does this Merge Request do?
In !1541 (merged) we started binding the registry to a registry.listen_address
by default (as opposed to the implicit 0.0.0.0
). When combined with gdk.test
as the
hostname pointing to the loopback alias in /etc/hosts
, this results in an unresolvable registry.
This changes the docs to suggest that users should set the listen_address
to the loopback alias to fix this problem.
Merge Request checklist
- [-] Tests added for new functionality. If not, please raise Issue to follow-up.
- [-] This change is backward compatible. If not, please include steps to communicate to our users.
-
Documentation added/updated, if needed. - [-]
gdk doctor
test added, if needed.