I used docker-compose a lot, but I have never come across the collective-noun of what results from running docker-compose. I feel like calling the infra that docker-compose creates and "cluster" or a "swarm" is not entirely accurate. The technology is similar to kubernetes and docker swarm, but not exactly the same. Inferring from the name it could be a "composition", but I am not sure if that is as distinct or identifiable compared to "cluster" or "swarm".
Has anyone coined a distinct name / collective-noun for what docker-compose creates?