MCPcopy Create free account
hub / github.com/docker/compose / ConfigUpdate

Method ConfigUpdate

pkg/dryrun/dryrunclient.go:324–326  ·  view source on GitHub ↗
(ctx context.Context, id string, options client.ConfigUpdateOptions)

Source from the content-addressed store, hash-verified

322}
323
324func (d *DryRunClient) ConfigUpdate(ctx context.Context, id string, options client.ConfigUpdateOptions) (client.ConfigUpdateResult, error) {
325 return d.apiClient.ConfigUpdate(ctx, id, options)
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)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected