mirror of https://github.com/docker/docker-py.git
				
				
				
			Specify when to use `tls` on Context constructor
Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
This commit is contained in:
		
							parent
							
								
									67b77f2fa3
								
							
						
					
					
						commit
						2e274d00b3
					
				|  | @ -57,11 +57,15 @@ class Context: | |||
|             self, name="docker", host=None, tls_cfg=None, | ||||
|             skip_tls_verify=False, def_namespace=None): | ||||
|         self.endpoints[name] = { | ||||
| <<<<<<< HEAD | ||||
| <<<<<<< HEAD | ||||
|             "Host": get_context_host(host, not skip_tls_verify), | ||||
| ======= | ||||
|             "Host": get_context_host(host), | ||||
| >>>>>>> 64fdb32... Implement context management, lifecycle and unittests. | ||||
| ======= | ||||
|             "Host": get_context_host(host, not skip_tls_verify), | ||||
| >>>>>>> 3ce2d89... Specify when to use `tls` on Context constructor | ||||
|             "SkipTLSVerify": skip_tls_verify | ||||
|         } | ||||
|         if def_namespace: | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue