MCPcopy Index your code
hub / github.com/docker/docker-py / resolve_authconfig

Function resolve_authconfig

docker/auth.py:309–312  ·  view source on GitHub ↗
(authconfig, registry=None, credstore_env=None)

Source from the content-addressed store, hash-verified

307
308
309def resolve_authconfig(authconfig, registry=None, credstore_env=None):
310 if not isinstance(authconfig, AuthConfig):
311 authconfig = AuthConfig(authconfig, credstore_env)
312 return authconfig.resolve_authconfig(registry)
313
314
315def convert_to_hostname(url):

Callers 1

get_config_headerFunction · 0.85

Calls 2

resolve_authconfigMethod · 0.95
AuthConfigClass · 0.85

Tested by

no test coverage detected