Open
Description
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
Metadata
Metadata
Assignees
Labels
No labels