Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/moby/moby
/ Configs
Method
Configs
daemon/cluster/executor/container/executor.go:351–353 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
349
}
350
351
func
(e *executor) Configs() exec.ConfigsManager {
352
return
e.dependencies.Configs()
353
}
354
355
func
(e *executor) Volumes() exec.VolumesManager {
356
return
e.dependencies.Volumes()
Callers
4
setupConfigDir
Method · 0.80
setWindowsCredentialSpec
Method · 0.80
setupSecretDir
Method · 0.80
TestSetWindowsCredentialSpecInSpec
Function · 0.80
Calls
no outgoing calls
Tested by
1
TestSetWindowsCredentialSpecInSpec
Function · 0.64