Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
234
func
(s *composeService) apiClient() client.APIClient {
235
return
s.dockerCli.Client()
236
}
237
238
func
(s *composeService) configFile() *configfile.ConfigFile {
239
return
s.dockerCli.ConfigFile()
Callers
15
Logs
Method · 0.95
logContainer
Method · 0.95
doLogContainer
Method · 0.95
copyToContainer
Method · 0.95
copyFromContainer
Method · 0.95
pushServiceImage
Method · 0.95
export
Method · 0.95
Top
Method · 0.95
start
Method · 0.95
doAttachContainer
Method · 0.95
getContainerStreams
Method · 0.95
Up
Method · 0.95
Calls
1
Client
Method · 0.45
Tested by
no test coverage detected