MCPcopy
hub / github.com/docker/compose / ContainerExport

Method ContainerExport

pkg/dryrun/dryrunclient.go:348–350  ·  pkg/dryrun/dryrunclient.go::DryRunClient.ContainerExport
(ctx context.Context, container string, options client.ContainerExportOptions)

Source from the content-addressed store, hash-verified

346}
347
348func (d *DryRunClient) ContainerExport(ctx context.Context, container string, options client.ContainerExportOptions) (client.ContainerExportResult, error) {
349 return d.apiClient.ContainerExport(ctx, container, options)
350}
351
352func (d *DryRunClient) ContainerLogs(ctx context.Context, container string, options client.ContainerLogsOptions) (client.ContainerLogsResult, error) {
353 return d.apiClient.ContainerLogs(ctx, container, options)

Callers 1

exportMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected