Skip to content

Instantly share code, notes, and snippets.

@MaxGabriel
Created February 18, 2015 21:40
Show Gist options
  • Save MaxGabriel/cfb3fcd2b4f1a54279f0 to your computer and use it in GitHub Desktop.
Save MaxGabriel/cfb3fcd2b4f1a54279f0 to your computer and use it in GitHub Desktop.
docker-dns error
[DD] info DNS Query: AAAA graphite-web.docker
[DD] info DNS Query: A graphite-web.docker
[DD] info DNS Query: AAAA graphite-web.docker
[DD] error { [Error: HTTP code is 404 which indicates error: no such container - No such container: 7d5525f545e5da7589a3614697518d558c2641a27514fc93e78f9505a695cb05
]
reason: 'no such container',
statusCode: 404,
json: 'No such container: 7d5525f545e5da7589a3614697518d558c2641a27514fc93e78f9505a695cb05\n' }
[DD] warn 2fcd8d624604 could not find service name for 8125/udp on 2fcd8d624604
[DD] warn b541bbb4e787 could not find service name for 5671/tcp on b541bbb4e787
[DD] warn 7c077142e95c could not find service name for 5671/tcp on 7c077142e95c
[DD] warn 9f90d991847c could not find service name for 8125/udp on 9f90d991847c
/app/lib/container-inspect.js:102
self._buildAnCNAMERecords(self.ips.internal, self.docker.localfqdn, functi
^
TypeError: Cannot read property 'internal' of undefined
at /app/lib/container-inspect.js:102:39
at /app/node_modules/async/lib/async.js:570:21
at /app/node_modules/async/lib/async.js:249:17
at /app/node_modules/async/lib/async.js:125:13
at Array.forEach (native)
at _each (/app/node_modules/async/lib/async.js:46:24)
at async.each (/app/node_modules/async/lib/async.js:124:9)
at _asyncMap (/app/node_modules/async/lib/async.js:248:13)
at Object.map (/app/node_modules/async/lib/async.js:219:23)
at _parallel (/app/node_modules/async/lib/async.js:568:20)
Calling docker stop docker-dns
Calling docker rm docker-dns
Calling docker rm docker-dns
Calling docker build --rm -t local/docker-dns /etc/docker-dns
Sending build context to Docker daemon 4.608 kB
Sending build context to Docker daemon
Step 0 : FROM node:0.10.33-slim
---> 47d5310c6775
Step 1 : ENV HOME /app
---> Using cache
---> 132f329af9e0
Step 2 : RUN mkdir -p /app && cd /app && git clone https://github.com/bnfinet/docker-dns.git --single-branch --depth 1 . && npm install --production
---> Using cache
---> 27c99f51f41f
Step 3 : WORKDIR /app
---> Using cache
---> 6cda4bd2d3e0
Step 4 : VOLUME /config
---> Using cache
---> dede89b2bf00
Step 5 : EXPOSE 53/udp
---> Using cache
---> acd8ca9ba12f
Step 6 : CMD node /app/bin/docker-dns.js -c /config/config.js
---> Using cache
---> 84e0866f7060
Successfully built 84e0866f7060
Calling docker run --volume /var/run/docker.sock:/var/run/docker.sock --volume /etc/docker-dns:/config --hostname docker-dns.monitor.ec2.heyzap.com --name docker-dns --rm -a STDOUT -a STDERR local/docker-dns
[DD] info Loading config from /config/config.js
[DD] warn 2fcd8d624604 could not find service name for 8125/udp on 2fcd8d624604
[DD] warn b541bbb4e787 could not find service name for 5671/tcp on b541bbb4e787
[DD] warn 7c077142e95c could not find service name for 5671/tcp on 7c077142e95c
[DD] warn 9f90d991847c could not find service name for 8125/udp on 9f90d991847c
[DD] info undefined built records
[DD] info loading new dns records
[DD] info docker-dns initialized
[DD] info listening for dns queries on 0.0.0.0 53
[DD] warn 2fcd8d624604 could not find service name for 8125/udp on 2fcd8d624604
[DD] warn b541bbb4e787 could not find service name for 5671/tcp on b541bbb4e787
[DD] warn 7c077142e95c could not find service name for 5671/tcp on 7c077142e95c
[DD] warn 9f90d991847c could not find service name for 8125/udp on 9f90d991847c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment