MCPcopy Create free account
hub / github.com/docker/cli / GetAll

Method GetAll

cli/config/credentials/file_store.go:59–61  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

57}
58
59func (c *fileStore) GetAll() (map[string]types.AuthConfig, error) {
60 return c.file.GetAuthConfigs(), nil
61}
62
63// unencryptedWarning warns the user when using an insecure credential storage.
64// After a deprecation period, user will get prompted if stdin and stderr are a terminal.

Callers

nothing calls this directly

Calls 1

GetAuthConfigsMethod · 0.65

Tested by

no test coverage detected