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

Method containers

docker/client.py:112–117  ·  view source on GitHub ↗

An object for managing containers on the server. See the :doc:`containers documentation ` for full details.

(self)

Source from the content-addressed store, hash-verified

110
111 @property
112 def containers(self):
113 """
114 An object for managing containers on the server. See the
115 :doc:`containers documentation <containers>` for full details.
116 """
117 return ContainerCollection(client=self)
118
119 @property
120 def images(self):

Callers 8

test_call_containersMethod · 0.95
get_service_containerMethod · 0.45
test_list_containersMethod · 0.45
test_removeMethod · 0.45
test_remove_linkMethod · 0.45
test_list_containersMethod · 0.45

Calls 1

ContainerCollectionClass · 0.85

Tested by 8

test_call_containersMethod · 0.76
get_service_containerMethod · 0.36
test_list_containersMethod · 0.36
test_removeMethod · 0.36
test_remove_linkMethod · 0.36
test_list_containersMethod · 0.36