Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.10-rc1 embedded DNS obscures third party domains #19448

Closed
awh opened this issue Jan 19, 2016 · 4 comments
Closed

1.10-rc1 embedded DNS obscures third party domains #19448

awh opened this issue Jan 19, 2016 · 4 comments
Assignees
Labels
area/networking kind/bug Bugs are bugs. The cause may or may not be known at triage time so debugging may be needed. priority/P1 Important: P1 issues are a top priority and a must-have for the next release.
Milestone

Comments

@awh
Copy link

awh commented Jan 19, 2016

vagrant@vagrant-ubuntu-vivid-64:~$ docker version
Client:
 Version:      1.10.0-rc1
 API version:  1.22
 Go version:   go1.5.3
 Git commit:   677c593
 Built:        Fri Jan 15 18:17:17 2016
 OS/Arch:      linux/amd64

Server:
 Version:      1.10.0-rc1
 API version:  1.22
 Go version:   go1.5.3
 Git commit:   677c593
 Built:        Fri Jan 15 18:17:17 2016
 OS/Arch:      linux/amd64

Resolution of <name> and <name>.<network>:

vagrant@vagrant-ubuntu-vivid-64:~$ docker network create mynet
89676bd57d2dcd9169633c309f9fba0e272d105b5738834e8d06654de675f513
vagrant@vagrant-ubuntu-vivid-64:~$ docker run --net mynet --name foo -ti ubuntu
root@7e1e0773fdac:/# getent hosts foo
172.21.0.2      foo
root@7e1e0773fdac:/# getent hosts foo.mynet
172.21.0.2      foo.mynet

Which I believe is the intended behaviour. This is probably unintended however:

root@7e1e0773fdac:/# getent hosts foo.mynet.google.com
172.21.0.2      foo.mynet.google.com

This request should have been delegated to external DNS.

@vdemeester vdemeester added this to the 1.10.0 milestone Jan 19, 2016
@vdemeester
Copy link
Member

/cc @mavenugo

Also see these two comments : #19403 (comment)

@awh awh changed the title 1.10-rc1 embedded DNS delegation is unreliable 1.10-rc1 embedded DNS obscures third party domains Jan 19, 2016
@sanimej
Copy link

sanimej commented Jan 19, 2016

@awh Yes, resolution for foo.mynet.google.com should be delegated to external DNS. Will fix it in the next RC image. Thanks.

@sanimej
Copy link

sanimej commented Jan 19, 2016

@vdemeester This is different from what is being asked in #19403

@thaJeztah thaJeztah added kind/bug Bugs are bugs. The cause may or may not be known at triage time so debugging may be needed. area/networking and removed kind/question labels Jan 19, 2016
@tiborvass tiborvass added the priority/P1 Important: P1 issues are a top priority and a must-have for the next release. label Jan 20, 2016
@thaJeztah
Copy link
Member

Looks like this should be resolved by #19573, so closing.

Thanks for testing our RC's and reporting this issue @awh! ❤️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/networking kind/bug Bugs are bugs. The cause may or may not be known at triage time so debugging may be needed. priority/P1 Important: P1 issues are a top priority and a must-have for the next release.
Projects
None yet
Development

No branches or pull requests

6 participants