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

Method ImageRemove

pkg/dryrun/dryrunclient.go:247–249  ·  view source on GitHub ↗
(ctx context.Context, imageName string, options client.ImageRemoveOptions)

Source from the content-addressed store, hash-verified

245}
246
247func (d *DryRunClient) ImageRemove(ctx context.Context, imageName string, options client.ImageRemoveOptions) (client.ImageRemoveResult, error) {
248 return client.ImageRemoveResult{}, nil
249}
250
251func (d *DryRunClient) NetworkConnect(ctx context.Context, networkName string, options client.NetworkConnectOptions) (client.NetworkConnectResult, error) {
252 return client.NetworkConnectResult{}, nil

Callers 5

TestDownRemoveImagesFunction · 0.45
TestWatch_SyncFunction · 0.45
removeImageMethod · 0.45

Calls

no outgoing calls

Tested by 3

TestDownRemoveImagesFunction · 0.36
TestWatch_SyncFunction · 0.36