Hello,
I'm using this vscode extension, and I'm really satisfied with it. However, while it works great with docker compose, I notice a lack of support for docker swarm.
It's not like it's not working at all, but all the containers are just shown as "individual containers", lacking the grouping that you would instead see by using docker compose.
I partially solved the problem by adding these two settings:
"containers.containers.groupBy": "Label",
"containers.containers.groupByLabel": "com.docker.stack.namespace",
which improves the grouping, but the container names are still prefixed with the stack name, which feels redundant.
Is it possible to automatically detect when a container is part of a swarm, and thus improve the output?
Thank you
Hello,
I'm using this vscode extension, and I'm really satisfied with it. However, while it works great with docker compose, I notice a lack of support for docker swarm.
It's not like it's not working at all, but all the containers are just shown as "individual containers", lacking the grouping that you would instead see by using docker compose.
I partially solved the problem by adding these two settings:
which improves the grouping, but the container names are still prefixed with the stack name, which feels redundant.
Is it possible to automatically detect when a container is part of a swarm, and thus improve the output?
Thank you