RunOneOffContainer creates a service oneoff container and starts its dependencies
(ctx context.Context, project *types.Project, opts RunOptions)
| 109 | Kill(ctx context.Context, projectName string, options KillOptions) error |
| 110 | // RunOneOffContainer creates a service oneoff container and starts its dependencies |
| 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 |
no outgoing calls
no test coverage detected