MCPcopy Index your code
hub / github.com/docker/docker-py / get_client_instance

Method get_client_instance

tests/ssh/base.py:91–97  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

89
90 @staticmethod
91 def get_client_instance():
92 return docker.APIClient(
93 version=TEST_API_VERSION,
94 timeout=60,
95 use_ssh_client=True,
96 **kwargs_from_env()
97 )
98
99 @staticmethod
100 def _init_swarm(client, **kwargs):

Callers 1

setUpClassMethod · 0.45

Calls 1

kwargs_from_envFunction · 0.90

Tested by

no test coverage detected