-
Notifications
You must be signed in to change notification settings - Fork 527
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
Capability to sort/group images/containers in UI by more than just age #603
Comments
@cmeyertons I share your frustration with this, so we appreciate your comments on what you would prefer instead. |
From #565: |
@cmeyertons What about images with hostname/port? I.e. would you want myimage:v1, myreg.azurecr.io/myimage:v1 and myusername/myimage:v1 to all be stored under a single name? |
Definitely think tree view is the best direction to go. My first impression is that I think an important thing to call out again is that tags are still ordered by age, as alphabetical order is not really significant. so ideally for me it would look like:
|
It's sometimes hard to get a good understanding of what needs to be pruned, etc. on your machine by just looking at the Docker explorer UI as things can get quite jumbled with the age based sorting.
I (and maybe others too) would get a lot of value out of seeing an alphabetically sorted list (or at least alphabetical for the image name with tag still being age based).
This could be a user setting we flip on potentially.
An even better UI would be to have tags nested inside of image so there is a logical grouping.
The text was updated successfully, but these errors were encountered: