MCPcopy
hub / github.com/keploy/keploy / FindContainerInComposeFiles

Method FindContainerInComposeFiles

pkg/platform/docker/service.go:21–21  ·  view source on GitHub ↗

New functions for finding containers in compose files

(composePaths []string, containerName string)

Source from the content-addressed store, hash-verified

19
20 // New functions for finding containers in compose files
21 FindContainerInComposeFiles(composePaths []string, containerName string) (*ComposeServiceInfo, error)
22
23 // Function for generating keploy-agent service configuration
24 ModifyComposeForAgent(compose *Compose, opts models.SetupOptions, appContainerName string) error

Callers 1

SetupComposeMethod · 0.65

Implementers 1

Implpkg/platform/docker/docker.go

Calls

no outgoing calls

Tested by

no test coverage detected