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.
I am facing issue in particular environment where it isn't able to resolve nameservers. is there any way to confirm what all nameservers weaveDNS is resolving. any log?
rade
changed the title
weave container is not picking namesever from host's resolve.conf
weave container is not picking nameserver from host's resolv.conf
Feb 25, 2016
kernel version :
uname -a
Linux 3.10.0-327.4.5.el7.x86_64 #1 SMP Mon Jan 25 22:07:14 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
weave version:
[root@hostname]# weave version
weave script 1.3.1
weave router 1.3.1
weave proxy 1.3.1
docker --version
Docker version 1.9.1, build a34a1d5
OS version centos 7
On host following are the entries
[root@hostname]# cat /etc/resolv.conf
nameserver 10.0.80.11
nameserver 10.0.80.12
options single-request
On container it is not picking entries of host's /etc/resolv.conf
[root@test-contaiiner /]
nameserver 172.17.0.1
options single-request
Facing this issue while creating container in weave network.
The text was updated successfully, but these errors were encountered: