Create executes the equivalent to a `compose create`
(ctx context.Context, project *types.Project, options CreateOptions)
| 89 | Pull(ctx context.Context, project *types.Project, options PullOptions) error |
| 90 | // Create executes the equivalent to a `compose create` |
| 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 |
no outgoing calls