MCPcopy
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
90type daemonRunner struct {
91 *cobra.Command
92}
93
94func (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