MCPcopy Index your code
hub / github.com/docker/cli / newLogDriverOptions

Function newLogDriverOptions

cli/command/service/opts.go:455–457  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

453}
454
455func newLogDriverOptions() logDriverOptions {
456 return logDriverOptions{opts: opts.NewListOpts(opts.ValidateEnv)}
457}
458
459func (ldo *logDriverOptions) toLogDriver() *swarm.Driver {
460 if ldo.name == "" {

Callers 1

newServiceOptionsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…