-
Notifications
You must be signed in to change notification settings - Fork 107
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 tree only for a specific image #43
Comments
Found it: |
Sorry for the mess, this is not what I wanted - this show all images based on this image, I want the opposite behavior - all the children of this image. |
No worries. Can you show me some example output so I can see what you mean? |
This is the output of
I want to visualize this tree - starting from my local image up to the first image. |
So, given this tree of images:
When you run
What I think you're asking for is something that will show this:
Is that correct? |
yep that correct. |
Ah. So you'd like to see the ancestry for a particular image. Could you use And to answer your other question (Is there a way to fetch image names even if it's not on my machine?). No, you can't fetch the other names. This is a limitation that Docker imposes. |
Thanks. Currently I do using docker-history, just thought visualization could be nice :) |
Yep.. having visualization of a specific image and the ancestry would be awsome. |
First, thanks - this is a really nice tool :)
Instead of showing the tree for all the images, I want to show the tree only for a specific image - is that something that is supported?
The text was updated successfully, but these errors were encountered: