We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf0bfaa commit 655f398Copy full SHA for 655f398
1 file changed
docker/api/client.py
@@ -128,6 +128,7 @@ def __init__(self, base_url=None, version=None,
128
current_ctx = context.ContextAPI.get_current_context()
129
if current_ctx is not None:
130
base_url = current_ctx.Host
131
+ tls = current_ctx.TLSConfig
132
133
self.base_url = base_url
134
self.timeout = timeout
0 commit comments