Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

Support compose ps --services #1273

Closed
gtardif opened this issue Feb 10, 2021 · 1 comment · Fixed by #1321
Closed

Support compose ps --services #1273

gtardif opened this issue Feb 10, 2021 · 1 comment · Fixed by #1321
Assignees
Labels
compatibility Compatibility with docker-compose local Local context (moby)

Comments

@gtardif
Copy link
Contributor

gtardif commented Feb 10, 2021

 --services           Display services
@gtardif gtardif added local Local context (moby) compose compatibility Compatibility with docker-compose labels Feb 10, 2021
@ndeloof
Copy link
Collaborator

ndeloof commented Feb 15, 2021

implementation note:

docker-compose ps --service does not render the actual container state, but list services from the model
(see https://github.com/docker/compose/blob/master/compose/cli/main.py#L766-L771)
makes me wonder this option would better make sense as an option for compose config

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
compatibility Compatibility with docker-compose local Local context (moby)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants