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

Unable to get SkyDock (SkyDNS) running on Docker-For-Mac Beta Version 1.12.0-rc4-beta19 (build: 10258) #103

Open
jimthree opened this issue Jul 15, 2016 · 2 comments

Comments

@jimthree
Copy link

When following the instructions on readme.md I get the following error when trying to run the SkyDNS container.

jimb$ docker run -d -p 172.17.42.1:53:53/udp --name skydns crosbymichael/skydns -nameserver 8.8.8.8:53 -domain docker
Unable to find image 'crosbymichael/skydns:latest' locally
latest: Pulling from crosbymichael/skydns
a3ed95caeb02: Pull complete
f7ae92886a80: Pull complete
bd8b4cbef957: Pull complete
1775fca35fb6: Pull complete
Digest: sha256:6e1d75797e21f3ceb155e0c7f4b07fc9f785c218f09ae4af997f25c9c2982687
Status: Downloaded newer image for crosbymichael/skydns:latest
a099276591122e09ced6defe3772453841ecd8430d7ad424a59c66bb20684056
docker: Error response from daemon: driver failed programming external connectivity on endpoint
 skydns (16e69d7fe89a491b0fbcf955b3897e0718e3b67be6abc5510a9078630e24556c): Error
 starting userland proxy: listen udp 172.17.42.1:53: bind: cannot assign requested address.

I suspect this may be related to the following issue:
moby/moby#22753

Could anyone confirm this?

This is the output of my docker info

jimb$ docker info
Containers: 1
 Running: 0
 Paused: 0
 Stopped: 1
Images: 1
Server Version: 1.12.0-rc4
Storage Driver: aufs
 Root Dir: /var/lib/docker/aufs
 Backing Filesystem: extfs
 Dirs: 11
 Dirperm1 Supported: true
Logging Driver: json-file
Cgroup Driver: cgroupfs
Plugins:
 Volume: local
 Network: host null overlay bridge
Swarm: inactive
Runtimes: runc
Default Runtime: runc
Security Options: seccomp
Kernel Version: 4.4.15-moby
Operating System: Alpine Linux v3.4
OSType: linux
Architecture: x86_64
CPUs: 4
Total Memory: 1.954 GiB
Name: moby
ID: ESJG:H4TE:XXVH:PC77:547Q:OHZA:V6UO:LHHL:TTNF:6RK5:NM2X:GTCL
Docker Root Dir: /var/lib/docker
Debug Mode (client): false
Debug Mode (server): true
 File Descriptors: 19
 Goroutines: 31
 System Time: 2016-07-15T13:30:01.311278928Z
 EventsListeners: 1
No Proxy: *.local, 169.254/16
Registry: https://index.docker.io/v1/
Experimental: true
Insecure Registries:
 127.0.0.0/8
jimb$ docker ps -a
CONTAINER ID        IMAGE                  COMMAND                  CREATED             STATUS              PORTS               NAMES
a09927659112        crosbymichael/skydns   "skydns -http 0.0.0.0"   8 minutes ago       Created                                 skydns
jimb$ docker start skydns
Error response from daemon: driver failed programming external connectivity on endpoint skydns (f463121a1201993e7ac67018f644c101f1c7f3407301ffea506cfa2fb0e87da9): Error starting userland proxy: listen udp 172.17.42.1:53: bind: cannot assign requested address
Error: failed to start containers: skydns
@jimthree jimthree changed the title Unable to get SkyDoc running on Docker-For-Mac Beta Version 1.12.0-rc4-beta19 (build: 10258) Unable to get SkyDock running on Docker-For-Mac Beta Version 1.12.0-rc4-beta19 (build: 10258) Jul 15, 2016
@jimthree jimthree changed the title Unable to get SkyDock running on Docker-For-Mac Beta Version 1.12.0-rc4-beta19 (build: 10258) Unable to get SkyDock (SkyDNS) running on Docker-For-Mac Beta Version 1.12.0-rc4-beta19 (build: 10258) Jul 15, 2016
@crosbymichael
Copy link
Owner

@jimthree if you are doing docker for mac you have the new version of docker installed. This version has a dns server built in so there is no need for skydock anymore. You should give it a try, i think you will like it

@jimthree
Copy link
Author

cool! thanks for the headsup, will go play with it :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants