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

Method ContainerCommit

pkg/dryrun/dryrunclient.go:328–330  ·  view source on GitHub ↗
(ctx context.Context, container string, options client.ContainerCommitOptions)

Source from the content-addressed store, hash-verified

326}
327
328func (d *DryRunClient) ContainerCommit(ctx context.Context, container string, options client.ContainerCommitOptions) (client.ContainerCommitResult, error) {
329 return d.apiClient.ContainerCommit(ctx, container, options)
330}
331
332func (d *DryRunClient) ContainerDiff(ctx context.Context, container string, options client.ContainerDiffOptions) (client.ContainerDiffResult, error) {
333 return d.apiClient.ContainerDiff(ctx, container, options)

Callers 1

commitMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected