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

Method configFile

pkg/compose/compose.go:238–240  ·  pkg/compose/compose.go::composeService.configFile
()

Source from the content-addressed store, hash-verified

236}
237
238func (s *composeService) configFile() *configfile.ConfigFile {
239 return s.dockerCli.ConfigFile()
240}
241
242// getContextInfo returns the context info - either custom override or dockerCli adapter
243func (s *composeService) getContextInfo() api.ContextInfo {

Callers 10

AttachMethod · 0.95
pushServiceImageMethod · 0.95
pullServiceImageMethod · 0.95
useAPISocketMethod · 0.95
execMethod · 0.95
doBuildImageMethod · 0.95
RunOneOffContainerMethod · 0.95
getCreateConfigsMethod · 0.95
publishMethod · 0.95

Calls 1

ConfigFileMethod · 0.45

Tested by

no test coverage detected