Closed esselius closed 9 years ago
Using resolvable made docker stop working:
$ docker run -it gliderlabs/alpine /bin/sh Unable to find image 'gliderlabs/alpine:latest' locally Pulling repository docker.io/gliderlabs/alpine Error while pulling image: Get https://index.docker.io/v1/repositories/gliderlabs/alpine/images: dial tcp: lookup index.docker.io on 172.17.0.1:53: cannot unmarshal DNS message
Solution shamelessly stolen from: https://github.com/mesosphere/mesos-dns/pull/173
Updating to alpine:3.2 was required because github.com/miekg/dns would not work with go-1.3.3-r1 available in alpine:3.1
alpine:3.2
github.com/miekg/dns
go-1.3.3-r1
alpine:3.1
Using resolvable made docker stop working:
Solution shamelessly stolen from: https://github.com/mesosphere/mesos-dns/pull/173
Updating to
alpine:3.2
was required becausegithub.com/miekg/dns
would not work withgo-1.3.3-r1
available inalpine:3.1