Start executes the equivalent to a `compose start`
(ctx context.Context, projectName string, options StartOptions)
| 91 | Create(ctx context.Context, project *types.Project, options CreateOptions) error |
| 92 | // Start executes the equivalent to a `compose start` |
| 93 | Start(ctx context.Context, projectName string, options StartOptions) error |
| 94 | // Restart restarts containers |
| 95 | Restart(ctx context.Context, projectName string, options RestartOptions) error |
| 96 | // Stop executes the equivalent to a `compose stop` |
no outgoing calls