formulahendry / vscode-docker-explorer

Docker Explorer for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=formulahendry.docker-explorer
MIT License
48 stars 21 forks source link

Allow for sorting of containers #30

Closed mrpotatoes closed 4 months ago

mrpotatoes commented 6 years ago

It would be nice to have the greens at the top so I don't have to search a giant list of containers. Perhaps by name or allow me to pass a callback for how to sort.

screen shot 2018-02-26 at 11 06 31 am

Cheers

chris-aeviator commented 5 years ago

:+1: for me - I'm primarily using docker-compose to run my projects and use the Docker Explorer extension to attach/log to only running containers. Adding a config variable to hide stopped containers would be a valid usecase in my opinion.

my view (only half of the list btw)...

image