summaryrefslogtreecommitdiff
path: root/docker/auth.py
diff options
context:
space:
mode:
Diffstat (limited to 'docker/auth.py')
-rw-r--r--docker/auth.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/auth.py b/docker/auth.py
index 0c0cb20..89c0ba5 100644
--- a/docker/auth.py
+++ b/docker/auth.py
@@ -270,7 +270,7 @@ def load_config(config_path=None, config_dict=None):
"Couldn't find auth-related section ; attempting to interpret"
"as auth-only file"
)
- return parse_auth(config_dict)
+ return {'auths': parse_auth(config_dict)}
def _load_legacy_config(config_file):