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

Method ConfigFile

cli/config/config.go:73–73  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

71// Provider defines an interface for providing the CLI config.
72type Provider interface {
73 ConfigFile() *configfile.ConfigFile
74}
75
76// Dir returns the directory the configuration file is stored in

Callers 15

mainFunction · 0.65
RunCLICommandHooksFunction · 0.65
RunPluginHooksFunction · 0.65
GetPluginFunction · 0.65
ListPluginsFunction · 0.65
PluginRunCommandFunction · 0.65
PruneFiltersFunction · 0.65
RunStartFunction · 0.65
RunAttachFunction · 0.65
RunStatsFunction · 0.65
RunExecFunction · 0.65
readCredentialsFunction · 0.65

Implementers 4

fakeConfigProvidercli-plugins/manager/hooks_test.go
DockerClicli/command/cli.go
FakeCliinternal/test/cli.go
FakeClicmd/docker-trust/internal/test/cli.go

Calls

no outgoing calls

Tested by

no test coverage detected