We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When you use container_name in the docker-compose, the grouping is broken.
container_name
Reproduction: create the following docker-compose.yml in a folder called testdocker
docker-compose.yml
testdocker
services: node-1: container_name: custom-node image: node command: tail -f /dev/null node-2: image: node command: tail -f /dev/null
Docker desktop groups them:
Captain does not:
Please let me know if you would like me to contribute a fix myself
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When you use
container_name
in the docker-compose, the grouping is broken.Reproduction: create the following
docker-compose.yml
in a folder calledtestdocker
Docker desktop groups them:
Captain does not:
Please let me know if you would like me to contribute a fix myself
The text was updated successfully, but these errors were encountered: