MCPcopy
hub / github.com/docker/docker-py / get_client_instance

Method get_client_instance

tests/integration/base.py:87–90  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

85
86 @staticmethod
87 def get_client_instance():
88 return docker.APIClient(
89 version=TEST_API_VERSION, timeout=60, **kwargs_from_env()
90 )
91
92 @staticmethod
93 def _init_swarm(client, **kwargs):

Callers 9

setUpMethod · 0.95
teardown_classMethod · 0.45
teardown_methodMethod · 0.45
setup_classMethod · 0.45
teardown_classMethod · 0.45
setup_classMethod · 0.45
teardown_classMethod · 0.45
setup_classMethod · 0.45
teardown_classMethod · 0.45

Calls 1

kwargs_from_envFunction · 0.90

Tested by 8

teardown_classMethod · 0.36
teardown_methodMethod · 0.36
setup_classMethod · 0.36
teardown_classMethod · 0.36
setup_classMethod · 0.36
teardown_classMethod · 0.36
setup_classMethod · 0.36
teardown_classMethod · 0.36