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

Show how to use dockviz with socket #2

Closed
stefanv opened this issue Oct 30, 2014 · 1 comment
Closed

Show how to use dockviz with socket #2

stefanv opened this issue Oct 30, 2014 · 1 comment

Comments

@stefanv
Copy link

stefanv commented Oct 30, 2014

This incantation worked for me:

echo -e "GET /images/json?all=1 HTTP/1.0\r\n" | nc -U /var/run/docker.sock | tail -n +5 | /tmp/dockviz images --tree
@justone
Copy link
Owner

justone commented Oct 30, 2014

Awesome! Thanks for figuring this out. I'll add it to the readme.

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

2 participants