-
Notifications
You must be signed in to change notification settings - Fork 552
Closed
Description
Add new grouping option that groups together containers launched by the same docker-compose up invocation. This grouping option should be called "Compose". These containers can be identified by a common label called com.docker.compose.project
Also add a new group called "Label" that provides the ability to group containers by any label. When selected the user will be prompted in the command palette to enter the name of the label they want to group by.
In both cases the containers should be parented under each distinct label value (i.e. ComposeGroup1, ComposeGroup2, etc.). Containers that don't have the label be parented under an top node named "Other".
Reactions are currently unavailable