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

Method CheckpointRemove

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

Source from the content-addressed store, hash-verified

646}
647
648func (d *DryRunClient) CheckpointRemove(ctx context.Context, container string, options client.CheckpointRemoveOptions) (client.CheckpointRemoveResult, error) {
649 return d.apiClient.CheckpointRemove(ctx, container, options)
650}
651
652func (d *DryRunClient) CheckpointList(ctx context.Context, container string, options client.CheckpointListOptions) (client.CheckpointListResult, error) {
653 return d.apiClient.CheckpointList(ctx, container, options)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected