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

Struct tarDockerClient

pkg/compose/watch.go:448–450  ·  pkg/compose/watch.go::tarDockerClient

Source from the content-addressed store, hash-verified

446}
447
448type tarDockerClient struct {
449 s *composeService
450}
451
452func (t tarDockerClient) ContainersForService(ctx context.Context, projectName string, serviceName string) ([]container.Summary, error) {
453 containers, err := t.s.getContainers(ctx, projectName, oneOffExclude, true, serviceName)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected