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

Method Push

pkg/api/api.go:87–87  ·  pkg/api/api.go::Compose.Push

Push executes the equivalent to a `compose push`

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

Source from the content-addressed store, hash-verified

85 Build(ctx context.Context, project *types.Project, options BuildOptions) error
86 // Push executes the equivalent to a `compose push`
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`

Callers 2

PushFunction · 0.65
runPushFunction · 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