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

Method ContainerRename

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

Source from the content-addressed store, hash-verified

168}
169
170func (d *DryRunClient) ContainerRename(ctx context.Context, container string, options client.ContainerRenameOptions) (client.ContainerRenameResult, error) {
171 return client.ContainerRenameResult{}, nil
172}
173
174func (d *DryRunClient) ContainerRestart(ctx context.Context, container string, options client.ContainerRestartOptions) (client.ContainerRestartResult, error) {
175 return client.ContainerRestartResult{}, nil

Callers 1

execRenameContainerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected