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

Scope launch returns no helpful message when image pulling fails #214

Closed
davkal opened this issue Jun 11, 2015 · 3 comments
Closed

Scope launch returns no helpful message when image pulling fails #214

davkal opened this issue Jun 11, 2015 · 3 comments
Assignees

Comments

@davkal
Copy link
Contributor

davkal commented Jun 11, 2015

vagrant@jessie-amd64:~$ ./scope launch
Unable to find image 'weaveworks/scope:latest' locally
Pulling repository weaveworks/scope
time="2015-06-11T09:37:03Z" level=fatal msg="Get https://index.docker.io/v1/repositories/weaveworks/scope/images: dial tcp: lookup index.docker.io on 10.0.2.3:53: read udp 10.0.2.3:53: i/o timeout" 
Unable to find image 'gliderlabs/alpine:latest' locally
Pulling repository gliderlabs/alpine
time="2015-06-11T09:37:18Z" level=fatal msg="Get https://index.docker.io/v1/repositories/gliderlabs/alpine/images: dial tcp: lookup index.docker.io on 10.0.2.3:53: read udp 10.0.2.3:53: i/o timeout" 

Weave Scope is reachable at the following URL(s):
vagrant@jessie-amd64:~$ 
@c1freitas
Copy link

+1 Same here.

@tomwilkie
Copy link
Contributor

@c1freitas Sorry about that! I'll work on a nicer message tomorrow.

@tomwilkie
Copy link
Contributor

Thats better:

vagrant@ubuntu-14:~/src/github.com/weaveworks/scope$ ./scope launch
Unable to find image 'weaveworks/scope:latest' locally
Pulling repository weaveworks/scope
time="2015-06-23T14:26:19Z" level=fatal msg="Get https://index.docker.io/v1/repositories/weaveworks/scope/images: dial tcp 52.5.4.145:443: connection timed out" 
vagrant@ubuntu-14:~/src/github.com/weaveworks/scope$ 

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

3 participants