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

Method apiClient

pkg/compose/compose.go:234–236  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

232}
233
234func (s *composeService) apiClient() client.APIClient {
235 return s.dockerCli.Client()
236}
237
238func (s *composeService) configFile() *configfile.ConfigFile {
239 return s.dockerCli.ConfigFile()

Callers 15

LogsMethod · 0.95
logContainerMethod · 0.95
doLogContainerMethod · 0.95
copyToContainerMethod · 0.95
copyFromContainerMethod · 0.95
pushServiceImageMethod · 0.95
exportMethod · 0.95
TopMethod · 0.95
startMethod · 0.95
doAttachContainerMethod · 0.95
getContainerStreamsMethod · 0.95
UpMethod · 0.95

Calls 1

ClientMethod · 0.45

Tested by

no test coverage detected