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

Method ContainerRemove

pkg/dryrun/dryrunclient.go:166–168  ·  pkg/dryrun/dryrunclient.go::DryRunClient.ContainerRemove
(ctx context.Context, container string, options client.ContainerRemoveOptions)

Source from the content-addressed store, hash-verified

164}
165
166func (d *DryRunClient) ContainerRemove(ctx context.Context, container string, options client.ContainerRemoveOptions) (client.ContainerRemoveResult, error) {
167 return client.ContainerRemoveResult{}, nil
168}
169
170func (d *DryRunClient) ContainerRename(ctx context.Context, container string, options client.ContainerRenameOptions) (client.ContainerRenameResult, error) {
171 return client.ContainerRenameResult{}, nil

Calls

no outgoing calls