Is there any way for Docker Explorer to only show Containers related to the currently open project in VS Code? If not, this may be a worthwhile feature?
I find myself having to look through 10+ containers to find the ones related to the current project. Is there anyway to read from the docker-compose.yml and only show the containers related to that?
I understand I can right click the yml file and docker up or down but this runs the command with the build parameter which I don't want to.