docker-compose attaches a label com.docker.compose.project to every service container created by it. This allows container diagnosis tools to clearly identify groups of containers belonging to the same composer project, without the need to resort to container name parsing heuristics. It would be beneficial for such tools if nerdctl would support either the existing com.docker.compose.project label or alternatively its own nerdctl/project label.
docker-composeattaches a labelcom.docker.compose.projectto every service container created by it. This allows container diagnosis tools to clearly identify groups of containers belonging to the same composer project, without the need to resort to container name parsing heuristics. It would be beneficial for such tools ifnerdctlwould support either the existingcom.docker.compose.projectlabel or alternatively its ownnerdctl/projectlabel.