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

Method nodes

docker/client.py:136–141  ·  view source on GitHub ↗

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

(self)

Source from the content-addressed store, hash-verified

134
135 @property
136 def nodes(self):
137 """
138 An object for managing nodes on the server. See the
139 :doc:`nodes documentation <nodes>` for full details.
140 """
141 return NodeCollection(client=self)
142
143 @property
144 def plugins(self):

Calls 1

NodeCollectionClass · 0.85