Logs executes the equivalent to a `compose logs`
(ctx context.Context, projectName string, consumer LogConsumer, options LogOptions)
| 101 | Down(ctx context.Context, projectName string, options DownOptions) error |
| 102 | // Logs executes the equivalent to a `compose logs` |
| 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` |
no outgoing calls