You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.
pay attention to any --dns-listen-address passed in on weave launch, and use that instead of the docker bridge ip for configuring the DNS server
obtain the DNS listening address from weave (via an HTTP call, just as we do for the domain) when configuring the resolver of containers and running weave dns-lookup, instead of always using the docker bridge ip
And we should document --dns-listen-address.
The text was updated successfully, but these errors were encountered:
as an enabler to #1301...
The weave script and proxy should
--dns-listen-address
passed in onweave launch
, and use that instead of the docker bridge ip for configuring the DNS serverweave dns-lookup
, instead of always using the docker bridge ipAnd we should document
--dns-listen-address
.The text was updated successfully, but these errors were encountered: