Ps executes the equivalent to a `compose ps`
(ctx context.Context, projectName string, options PsOptions)
| 103 | Logs(ctx context.Context, projectName string, consumer LogConsumer, options LogOptions) error |
| 104 | // Ps executes the equivalent to a `compose ps` |
| 105 | Ps(ctx context.Context, projectName string, options PsOptions) ([]ContainerSummary, error) |
| 106 | // List executes the equivalent to a `docker stack ls` |
| 107 | List(ctx context.Context, options ListOptions) ([]Stack, error) |
| 108 | // Kill executes the equivalent to a `compose kill` |
no outgoing calls