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

Method Untar

internal/sync/tar.go:49–49  ·  view source on GitHub ↗
(ctx context.Context, id string, reader io.ReadCloser)

Source from the content-addressed store, hash-verified

47
48 Exec(ctx context.Context, containerID string, cmd []string, in io.Reader) error
49 Untar(ctx context.Context, id string, reader io.ReadCloser) error
50}
51
52type Tar struct {

Callers 1

SyncMethod · 0.65

Implementers 2

tarDockerClientpkg/compose/watch.go
fakeLowLevelClientinternal/sync/tar_test.go

Calls

no outgoing calls

Tested by

no test coverage detected