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

Method Pull

pkg/api/api.go:89–89  ·  pkg/api/api.go::Compose.Pull

Pull executes the equivalent of a `compose pull`

(ctx context.Context, project *types.Project, options PullOptions)

Source from the content-addressed store, hash-verified

87 Push(ctx context.Context, project *types.Project, options PushOptions) error
88 // Pull executes the equivalent of a `compose pull`
89 Pull(ctx context.Context, project *types.Project, options PullOptions) error
90 // Create executes the equivalent to a `compose create`
91 Create(ctx context.Context, project *types.Project, options CreateOptions) error
92 // Start executes the equivalent to a `compose start`

Callers 1

runPullFunction · 0.65

Implementers 3

MockComposepkg/mocks/mock_docker_compose_api.go
MockComposeMockRecorderpkg/mocks/mock_docker_compose_api.go
composeServicepkg/compose/compose.go

Calls

no outgoing calls

Tested by

no test coverage detected