This repository has been archived by the owner on Nov 27, 2023. It is now read-only.
docker compose ps myservice
ignores service name
#1547
Labels
Description
docker-compose ps myservice
shows only the containers for the service.docker compose ps myservice
ignores themyservice
argument and displays all containers.Steps to reproduce the issue:
Describe the results you received:
it lists all containers, not just
myservice
containersDescribe the results you expected:
Match
docker-compose ps myservice
, only showmyservice
containers.Output of
docker version
:Output of
docker context show
:Output of
docker info
:Additional environment details (AWS ECS, Azure ACI, local, etc.):
Docker for Mac
The text was updated successfully, but these errors were encountered: