Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/docker/compose
/ main
Function
main
cmd/main.go:81–86 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
79
}
80
81
func
main() {
82
if
plugin.RunningStandalone() {
83
os.Args = append([]string{
"docker"
}, compatibility.Convert(os.Args[1:])...)
84
}
85
pluginMain()
86
}
Callers
nothing calls this directly
Calls
2
Convert
Function · 0.92
pluginMain
Function · 0.85
Tested by
no test coverage detected