Remove executes the equivalent to a `compose rm`
(ctx context.Context, projectName string, options RemoveOptions)
| 111 | RunOneOffContainer(ctx context.Context, project *types.Project, opts RunOptions) (int, error) |
| 112 | // Remove executes the equivalent to a `compose rm` |
| 113 | Remove(ctx context.Context, projectName string, options RemoveOptions) error |
| 114 | // Exec executes a command in a running service container |
| 115 | Exec(ctx context.Context, projectName string, options RunOptions) (int, error) |
| 116 | // Attach STDIN,STDOUT,STDERR to a running service container |
no outgoing calls