Skip to content
New issue

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

list does not work as expected with docker compose #46

Closed
brhahlen opened this issue Jun 14, 2022 · 0 comments · Fixed by #48
Closed

list does not work as expected with docker compose #46

brhahlen opened this issue Jun 14, 2022 · 0 comments · Fixed by #48
Assignees
Labels
bug Something isn't working improvement General code improvements
Milestone

Comments

@brhahlen
Copy link
Owner

dc list is supposed to list all services described in the docker-compose.yml file.

While using docker-compose, this worked by using the command ps --services -a.
With compose v2, this now uses the config flag, as, rightfully, ps should only list the running containers.

The issue is described here docker/compose#9395

Need to implement some kind of statement that changes the behavior based on the ${DC_COMMAND}.

Also, maybe 2.0.0 will need to remove compatibility with docker-compose.

@brhahlen brhahlen added bug Something isn't working improvement General code improvements labels Jun 14, 2022
@brhahlen brhahlen added this to the 2.0.0 milestone Jun 14, 2022
@brhahlen brhahlen self-assigned this Jun 14, 2022
This was referenced Jun 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working improvement General code improvements
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant