Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/moby/moby
/ daemonRunner
Struct
daemonRunner
daemon/command/docker.go:90–92 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
88
}
89
90
type
daemonRunner
struct
{
91
*cobra.Command
92
}
93
94
func
(d daemonRunner) Run(ctx context.Context) error {
95
configureGRPCLog(ctx)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected