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

Method ContextStore

cli/command/cli.go:398–400  ·  view source on GitHub ↗

ContextStore returns the ContextStore

()

Source from the content-addressed store, hash-verified

396
397// ContextStore returns the ContextStore
398func (cli *DockerCli) ContextStore() store.Store {
399 return cli.contextStore
400}
401
402// CurrentContext returns the current context name, based on flags,
403// environment variables and the cli configuration file, in the following

Calls

no outgoing calls