Update docker.py
Fix typo that prevents use_tls 'encrypt' option from working properly.
This commit is contained in:
parent
42d91951cf
commit
3421712e05
1 changed files with 1 additions and 1 deletions
|
@ -609,7 +609,7 @@ class DockerManager(object):
|
|||
else:
|
||||
params['verify'] = True
|
||||
params['assert_hostname'] = tls_hostname
|
||||
elif use_tls == 'encrpyt':
|
||||
elif use_tls == 'encrypt':
|
||||
params['verify'] = False
|
||||
|
||||
if params:
|
||||
|
|
Loading…
Reference in a new issue