MCPcopy
hub / github.com/docker/docker-py / load_config

Function load_config

docker/auth.py:348–349  ·  view source on GitHub ↗
(config_path=None, config_dict=None, credstore_env=None)

Source from the content-addressed store, hash-verified

346
347
348def load_config(config_path=None, config_dict=None, credstore_env=None):
349 return AuthConfig.load_config(config_path, config_dict, credstore_env)
350
351
352def _load_legacy_config(config_file):

Callers 1

get_config_headerFunction · 0.85

Calls 1

load_configMethod · 0.80

Tested by

no test coverage detected