We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 414d901 + 9881628 commit 54e4866Copy full SHA for 54e4866
docker/auth/auth.py
@@ -115,7 +115,7 @@ def load_config(config_path=None):
115
conf = {}
116
data = None
117
118
- config_file = config_path or os.path.join(os.environ.get('HOME', '.'),
+ config_file = config_path or os.path.join(os.path.expanduser('~'),
119
DOCKER_CONFIG_FILENAME)
120
121
# if config path doesn't exist return empty config
0 commit comments