mirror of
https://github.com/mageddo/dns-proxy-server.git
synced 2026-04-25 09:25:56 +03:00
[GH-ISSUE #71] Error when running with weave #32
Labels
No labels
bug
confirmed
discussion
duplicate
enhancement
feature
feature-request
not-planned
pull-request
secondary-feature
stale
triage
waiting-feedback
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/dns-proxy-server-mageddo#32
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @gooftroop on GitHub (May 24, 2018).
Original GitHub issue: https://github.com/mageddo/dns-proxy-server/issues/71
I am trying to run
dns-proxy-serverto provide hostname access to services running locally on a weave network via nginx. On startup, I get the following error:2018/05/24 12:19:12 ERROR f=docker.go:147 pkg=github.com/mageddo/dns-proxy-server/events/docker m=putHostnames no network found to /weaveMy
docker-composefile looks like:To Reproduce
Steps to reproduce the behavior:
weave launch,eval $(weave env)dns-proxy-serverExpected behavior
I would expect that
dns_proxy_serverstarts without error and allows resolution to the running servicesSpecs:
dns.txt
@mageddo commented on GitHub (May 28, 2018):
Thanks for the information, I can simulate your issue, the reason for the error log is that weave container it's in host network then it didn't have an IP. Besides the error log what issue are you getting?