There's a variety of settings for sorting elements by an attribute of the docker resource. But they're sorted in ascending order by default and I'd like them sorted in descending order. I think that's more useful for most of us. If you disagree then can you add a configuration setting for the sort order
{
"containers.images.sortBy": "CreatedTime",
"containers.images.sortByOrder": "Desc"
}

There's a variety of settings for sorting elements by an attribute of the docker resource. But they're sorted in ascending order by default and I'd like them sorted in descending order. I think that's more useful for most of us. If you disagree then can you add a configuration setting for the sort order
{ "containers.images.sortBy": "CreatedTime", "containers.images.sortByOrder": "Desc" }