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

Function DefaultContextStoreConfig

cli/command/cli.go:615–620  ·  view source on GitHub ↗

DefaultContextStoreConfig returns a new store.Config with the default set of endpoints configured.

()

Source from the content-addressed store, hash-verified

613
614// DefaultContextStoreConfig returns a new store.Config with the default set of endpoints configured.
615func DefaultContextStoreConfig() store.Config {
616 return store.NewConfig(
617 func() any { return &DockerContext{} },
618 defaultStoreEndpoints...,
619 )
620}

Callers 3

NewAPIClientFromFlagsFunction · 0.85

Calls

no outgoing calls

Tested by 1

Used in the wild real call sites across dependent graphs

searching dependent graphs…