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

Method add_auth

docker/auth.py:305–306  ·  view source on GitHub ↗
(self, reg, data)

Source from the content-addressed store, hash-verified

303 return auth_data
304
305 def add_auth(self, reg, data):
306 self['auths'][reg] = data
307
308
309def resolve_authconfig(authconfig, registry=None, credstore_env=None):

Calls

no outgoing calls