mirror of
https://github.com/mageddo/dns-proxy-server.git
synced 2026-04-25 17:35:54 +03:00
[GH-ISSUE #190] Unable to recover Docker hostnames by DPS (Windows 10 Pro) #74
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#74
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 @kwanhs on GitHub (Jan 31, 2020).
Original GitHub issue: https://github.com/mageddo/dns-proxy-server/issues/190
On a Windows 10 Pro, I started a docker image of DPS latest (as of 31 Jan 2020) with a few nginx images. Bashing into the DPS image, I could not nslookup or ping the other nginx by their hostnames or docker container names. However, pinging their actual IP works.
How I started DPS:
How I started nginx's.
I further connected all of them to a user-defined bridge network.
Examples of failed nslookup requests from the DPS bash:
However, within the same ng container, it can ping or nslookup itself by both its container name and hostname. But it fails to ping/nslookup others.
The above problems was replicated in another Windows 10 Pro.
@kwanhs commented on GitHub (Feb 8, 2020):
Without a response from anyone, I went on for defreitas/dns-proxy-server (https://hub.docker.com/r/defreitas/dns-proxy-server/) with dnsmasq.
I am all good now.