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

Method CopyToContainer

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

Source from the content-addressed store, hash-verified

195}
196
197func (d *DryRunClient) CopyToContainer(ctx context.Context, container string, options client.CopyToContainerOptions) (client.CopyToContainerResult, error) {
198 return client.CopyToContainerResult{}, nil
199}
200
201func (d *DryRunClient) ImageBuild(ctx context.Context, reader io.Reader, options client.ImageBuildOptions) (client.ImageBuildResult, error) {
202 return client.ImageBuildResult{

Callers 3

copyToContainerMethod · 0.45
copyFileToContainerMethod · 0.45
UntarMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected