(ctx context.Context, containerID string, cmd []string, in io.Reader)
| 46 | ContainersForService(ctx context.Context, projectName string, serviceName string) ([]container.Summary, error) |
| 47 | |
| 48 | Exec(ctx context.Context, containerID string, cmd []string, in io.Reader) error |
| 49 | Untar(ctx context.Context, id string, reader io.ReadCloser) error |
| 50 | } |
| 51 |