error when pulling docker images google/cadvisor

243 views
Skip to first unread message

Chris huang

unread,
Jun 26, 2014, 5:49:05 AM6/26/14
to google-c...@googlegroups.com
Dear cadvisor dev:
RecentlyI am looking for a performance monitoring tool for docker containers , and at last I find cadvisor seems to be a good choice . But when I trying to pull the images I found encounter some issue as below , can anyone help ? (I have tried to pull several times but none complete successfully  )
 
chris@Chris:~$ docker pull google/cadvisor
Pulling repository google/cadvisor
54f91874541e: Download complete
8b068ee20e0f: Pulling dependent layers
13af514dd9c0: Error pulling image (latest) from google/cadvisor, remote error: protocol version not supported
511136ea3c5a: Download complete
d509862f1fad: Download complete
89f520140765: Download complete
a6e03c3b9010: Download complete
907b27635b24: Download complete
41daedf58c18: Download complete
2e847dc73569: Download complete
8b068ee20e0f: Download complete
9471b2e0f318: Download complete
acb4d6b8cec8: Download complete
0915329008e4: Download complete
ab1ca8ca760b: Download complete
a47f0c585f6f: Download complete
a01eaac92c7f: Download complete
9794e30b1f50: Download complete
6c739f6c4922: Download complete
ea387a2cf0fa: Download complete
13dac56ad690: Error pulling dependent layers
e465fff03bce: Download complete
23f361102fae: Download complete
9db365ecbcbb: Download complete
ad892dd21d60: Download complete
89d311113279: Download complete
fa204eb41f11: Download complete
0ace676c12ec: Download complete
ebfc161ca839: Download complete
4b399c6ed483: Download complete
7366da0d528d: Download complete
aaf4d8c32fb3: Download complete
8ea653e86b16: Download complete
5590be616058: Download complete
3334a4016224: Download complete
2088b42aa7b5: Download complete
f0031d482d6b: Download complete
b5da562e3aa0: Download complete
b90df6400ce8: Download complete
4dc7f268ca78: Download complete
57ec9f80d728: Download complete
30d769a5160e: Download complete
798314750c1c: Download complete
f54d015b87d4: Download complete
929d63f81e85: Download complete
8723286655bc: Download complete
6294fe8593cc: Download complete
aa2355df7103: Download complete
44247348a9e1: Download complete
7a0dc17045dc: Download complete
0e197a061cb9: Download complete
88516ae676f8: Download complete
f36272ed9015: Download complete
02648eddc15b: Download complete
15d0b5132f50: Download complete
2014/06/26 17:02:02 Could not find repository on any of the indexed registries.
chris@Chris:~$

Victor Marmol

unread,
Jun 26, 2014, 10:28:18 AM6/26/14
to google-c...@googlegroups.com
Huh, that one I haven't seen before. It also seems to be downloading more layers than I remember us having. This may be an issue on Docker or index but we can try a few things to see if they make a difference:
- Try pulling google/cadvisor:0.1.0
- Try pulling google/cadvisor:0.0.1

Both of those were built a bit differently so it may make a difference.

What Docker version are you running btw?


--
You received this message because you are subscribed to the Google Groups "Containers at Google" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-contain...@googlegroups.com.
To post to this group, send email to google-c...@googlegroups.com.
Visit this group at http://groups.google.com/group/google-containers.
For more options, visit https://groups.google.com/d/optout.

Chris huang

unread,
Jun 27, 2014, 6:42:09 AM6/27/14
to google-c...@googlegroups.com
I keep trying to pull the images last night , at last it success !  I can't explain why this happen , anyway , it is OK now . But I met other issues when I try to login   :
chris@Chris:~$ docker run -i -t  google/cadvisor:0.1.1 /bin/bash
2014/06/27 10:12:28 Machine: {NumCores:1 MemoryCapacity:3080777728}
2014/06/27 10:12:28 Version: {KernelVersion:3.13.0-24-generic ContainerOsVersion:Debian GNU/Linux 7 (wheezy) DockerVersion:Unknown CadvisorVersion:0.1.0}
2014/06/27 10:12:28 register lmctfy under /
2014/06/27 10:12:28 Docker registration failed: unable to communicate with docker daemon: dial unix /var/run/docker.sock: no such file or directory.
2014/06/27 10:12:28 Running in lmctfy only mode.
2014/06/27 10:12:28 Starting cAdvisor version: "0.1.0"
2014/06/27 10:12:28 About to serve on port 8080
2014/06/27 10:12:28 Container handler factory for / is lmctfy
2014/06/27 10:12:28 Added container: / (aliases: [])
2014/06/27 10:12:28 Start housekeeping for container "/"
2014/06/27 10:12:28 Starting recovery of all containers
2014/06/27 10:12:28 Recovery completed
it blocked here , and from the log it seems to be something wrong .my docker version is :
Client version: 1.0.0
Client API version: 1.12
Go version (client): go1.2.1
Git commit (client): 63fe64c
Server version: 1.0.0
Server API version: 1.12
Go version (server): go1.2.1
Git commit (server): 63fe64c
 
by the way , where can I find the more detail documents ?
 
 
 
 
 
 
 
 
 
 
 
 
 

在 2014年6月26日星期四UTC+8下午10时28分18秒,Victor Marmol写道:
Huh, that one I haven't seen before. It also seems to be downloading more layers than I remember us having. This may be an issue on Docker or index but we can try a few things to see if they make a difference:
- Try pulling google/cadvisor:0.1.0
- Try pulling google/cadvisor:0.0.1

Both of those were built a bit differently so it may make a difference.

What Docker version are you running btw?
On Thu, Jun 26, 2014 at 2:49 AM, Chris huang <youn...@gmail.com> wrote:
Dear cadvisor dev:
RecentlyI am looking for a performance monitoring tool for docker containers , and at last I find cadvisor seems to be a good choice . But when I trying to pull the images I found encounter some issue as below , can anyone help ? (I have tried to pull several times but none complete successfully  )
 
ch...@Chris:~$ docker pull google/cadvisor

--
You received this message because you are subscribed to the Google Groups "Containers at Google" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-contain...@googlegroups.com.
To post to this group, send email to google-c...@googlegroups.com.
Visit this group at http://groups.google.com/group/google-containers.
For more options, visit https://groups.google.com/d/optout.


在 2014年6月26日星期四UTC+8下午5时49分05秒,Chris huang写道:

Victor Marmol

unread,
Jun 27, 2014, 12:41:04 PM6/27/14
to google-c...@googlegroups.com
It should stop there :) the webserver is up and serving in port 8080. The best docs are on the GitHub site. Is there anything we're missing?
Reply all
Reply to author
Forward
0 new messages