mirror of
https://github.com/docker/compose.git
synced 2026-08-27 03:45:29 +00:00
Ps return ContainerSummary, not Services
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
This commit is contained in:
parent
15040f8473
commit
1d859dc807
16 changed files with 192 additions and 67 deletions
|
|
@ -169,7 +169,7 @@ func (cs *composeService) Down(ctx context.Context, project string) error {
|
|||
return nil
|
||||
}
|
||||
|
||||
func (cs *composeService) Ps(ctx context.Context, project string) ([]compose.ServiceStatus, error) {
|
||||
func (cs *composeService) Ps(ctx context.Context, projectName string) ([]compose.ContainerSummary, error) {
|
||||
return nil, errdefs.ErrNotImplemented
|
||||
}
|
||||
func (cs *composeService) List(ctx context.Context, project string) ([]compose.Stack, error) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue