You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docker images --tree showed the reference hierarchy of images.
In other words: Imagine you want to delete an image. Docker tells you "sorry, that image is referenced from another image". Now you want to figure out which image holds the reference.
In order to delete images (without forcing) I am looking for a tool to show me the the image references similar to the former
--tree
option.I can't seem to find that information with
dry
.Would be great to have.
The text was updated successfully, but these errors were encountered: